mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Proper MaxHealth checks and Crit Point (#10881)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
901dc552fc
commit
4ce45f8cc4
@@ -65,7 +65,7 @@
|
||||
intent = (L.a_intent ? L.a_intent : I_HELP)
|
||||
new_path = FALSE
|
||||
|
||||
data["max_health"] = L.maxHealth
|
||||
data["max_health"] = L.getMaxHealth()
|
||||
data["health"] = L.health
|
||||
if(isanimal(L))
|
||||
var/mob/living/simple_mob/S = L
|
||||
|
||||
Reference in New Issue
Block a user