Files
2009scape/Server
vk 8568241cfa bugfix: make FarmingPatch.TROLL_STRONGHOLD_HERB diease-free
The original change to add FarmingPatch.TROLL_STRONGHOLD_HERB to isFlowerProtected() was introduced a few days ago in order to attempt to make the troll patch disease-free.. however, it doesnt work.
The reason is that Patch.isFlowerProtected():297 has a check for `patch.type` to be `PatchType.ALLOTMENT`. That chech will return false before the when statement is ever executed.
I moved the check for TROLL_STRONGHOLD_HERB up a level since "isFlowerProtected" didnt seem like a right place for it anyway since it is not a flower protection.
2021-09-25 01:21:18 -07:00
..
2021-03-07 20:37:32 -06:00
2021-08-28 10:17:29 -05:00
2021-03-07 20:37:32 -06:00
2021-08-10 22:16:48 -05:00
2021-08-28 10:17:29 -05:00
2021-03-07 20:37:32 -06:00
2021-03-07 20:37:32 -06:00