Update carbon.dm

This commit is contained in:
Cameron653
2017-09-24 12:27:25 -04:00
committed by GitHub
parent a752b2ac39
commit a71b7c599b

View File

@@ -267,7 +267,7 @@
if(M.on_fire)
src.IgniteMob()
sleep(5) //.5 second delay. Makes it a bit stronger than just typing rest.
M.resting = 0 //Hoist yourself up up off the ground. No para/stunned/weakened removal.
M.resting = 0 //Hoist yourself up up off the ground. No para/stunned/weakened removal.
else if(istype(hugger))
hugger.species.hug(hugger,src)
else