Readjusted Medical items heal caps.

This commit is contained in:
Erthilo
2012-06-27 23:36:38 +01:00
parent 0c1e3f3cc4
commit 73ba4c7f0f
+2 -2
View File
@@ -7,10 +7,10 @@ MEDICAL
/obj/item/stack/medical/attack(mob/living/carbon/M as mob, mob/user as mob)
var/heal_cap = 0
var/heal_cap = 50
if(istype(src, /obj/item/stack/medical/advanced))
heal_cap = -50
heal_cap = 0
if (M.stat == 2)
var/t_him = "it"