[PR #396] [MERGED] Bank Adjustment, Cabbage Patch (Pun intended) #8100

Closed
opened 2026-05-31 12:21:53 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/396
Author: @Qweqker
Created: 3/13/2020
Status: Merged
Merged: 3/14/2020
Merged by: @dginovker

Base: masterHead: bankadjustment


📝 Commits (2)

  • 67b6edf Added Cabbage ID for the cabbage that is supposed to spawn south of falador
  • 55cb4b7 Adjusted Lumbridge Bank Boundary

📊 Changes

2 files changed (+21 additions, -13 deletions)

View changed files

📝 2006Redone Server/src/main/java/com/rebotted/game/content/consumables/Food.java (+20 -12)
📝 2006Redone Server/src/main/java/com/rebotted/world/Boundary.java (+1 -1)

📄 Description

  • Added unique dialogue for cabbage that is supposed to spawn south of falador
  • Added CABBAGE_SOUTH_OF_FALADOR in the foodtoeat enum
  • Moved the unique food dialogue inside of the text if statements to prevent multiple statements of food.

I also adjusted the boundaries for the lumbridge bank or something idk.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/396 **Author:** [@Qweqker](https://github.com/Qweqker) **Created:** 3/13/2020 **Status:** ✅ Merged **Merged:** 3/14/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `bankadjustment` --- ### 📝 Commits (2) - [`67b6edf`](https://github.com/2006-Scape/2006Scape/commit/67b6edf44b7a2ca8542b9596417cfda5b9a32e90) Added Cabbage ID for the cabbage that is supposed to spawn south of falador - [`55cb4b7`](https://github.com/2006-Scape/2006Scape/commit/55cb4b7c4f4404483d38cd46050e5794dafc2d32) Adjusted Lumbridge Bank Boundary ### 📊 Changes **2 files changed** (+21 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/main/java/com/rebotted/game/content/consumables/Food.java` (+20 -12) 📝 `2006Redone Server/src/main/java/com/rebotted/world/Boundary.java` (+1 -1) </details> ### 📄 Description - Added unique dialogue for cabbage that is supposed to spawn south of falador - Added CABBAGE_SOUTH_OF_FALADOR in the foodtoeat enum - Moved the unique food dialogue inside of the text if statements to prevent multiple statements of food. I also adjusted the boundaries for the lumbridge bank or something idk. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-31 12:21:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#8100