Band-aids and ointment work until 0 health, rather than 50 now.

This commit is contained in:
cib
2012-01-09 07:45:00 -08:00
parent a36aebb512
commit 80f8c70e09
+1 -1
View File
@@ -15,7 +15,7 @@ MEDICAL
t_him = "her"
user << "\red \The [M] is dead, you cannot help [t_him]!"
return
if (M.health < 50)
if (M.health < 0)
var/t_him = "it"
if (M.gender == MALE)
t_him = "him"