mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #596] Application of initial desert heat is instantaneous #10116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @halogod35 on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/596
When walking into the desert heat, you instantly take damage from no waterskin as opposed the timer starting the second you walk into desert heat.
@advnau commented on GitHub (Feb 6, 2023):
We need to change the delay here
https://github.com/2006-Scape/2006Scape/blob/master/2006Scape%20Server/src/main/java/com/rs2/game/content/traveling/DesertHeat.java#L111
Per https://oldschool.runescape.wiki/w/Desert_heat the duration between heat damage is variable. See https://github.com/2006-Scape/2006Scape/issues/594 for another desert bug.