Skip to content

Commit 9a8681b

Browse files
authored
negative thirst (#1216)
1 parent adaf321 commit 9a8681b

File tree

1 file changed

+1
-1
lines changed
  • code/modules/mob/living/carbon/human

1 file changed

+1
-1
lines changed

code/modules/mob/living/carbon/human/human.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
if(vampire)
9797
. += ""
9898
. += "State: [vampire.get_thirst_stage_string()]"
99-
. += "Thirst: [vampire.thirst_level.has_points()]/[vampire.thirst_level.get_max_points()]"
99+
. += "Thirst: [vampire.thirst_level.has_points() - THIRST_THRESHOLD_SATED]/[THIRST_THRESHOLD_DEAD - THIRST_THRESHOLD_SATED]"
100100

101101
/mob/living/carbon/human/reset_perspective(atom/new_eye, force_reset = FALSE)
102102
if(dna?.species?.prevent_perspective_change && !force_reset) // This is in case a species needs to prevent perspective changes in certain cases, like Dullahans preventing perspective changes when they're looking through their head.

0 commit comments

Comments
 (0)