ID:177050
 
How can you make a Pbag Invincable? So that when you train on it, you don't do any damage. Right now I have about 150 9s for its health, but is there a way to make it invincable?
In your attack verb just add a check for the "punching bag", then don't make it take health.


mob
verb
Attack(mob/M in oview(1))
if(istype(M,/mob/punchingbag))
//normal attack without taking health
else
//normal attack that takes health