Update carbon.dm

This commit is contained in:
Cameron653
2017-09-24 12:55:59 -04:00
committed by GitHub
parent a71b7c599b
commit 3113e37afa

View File

@@ -266,7 +266,7 @@
M.adjust_fire_stacks(-1)
if(M.on_fire)
src.IgniteMob()
sleep(5) //.5 second delay. Makes it a bit stronger than just typing rest.
if(do_after(user, 0.5 SECONDS)) //.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.
else if(istype(hugger))
hugger.species.hug(hugger,src)