Skip to content

Commit

Permalink
set death and crit health
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyteakettle committed Jan 12, 2025
1 parent a448185 commit 469bc12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/species/holosphere/holosphere.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
species_flags = NO_SCAN | NO_SLIP | NO_MINOR_CUT | NO_HALLUCINATION | NO_INFECT | NO_PAIN | CONTAMINATION_IMMUNE | NO_BLOOD | NO_NUTRITION_GAIN | CAN_USE_RECHARGE_STATION

total_health = 20
death_health = 0
crit_health = -100 // never happens because you hit death health first, and cant go into crit while dead

hunger_factor = 0 // doesn't get hungry naturally, but instead when healing they use nutrition

Expand Down

0 comments on commit 469bc12

Please sign in to comment.