mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update carbon.dm
This commit is contained in:
@@ -267,7 +267,7 @@
|
|||||||
if(M.on_fire)
|
if(M.on_fire)
|
||||||
src.IgniteMob()
|
src.IgniteMob()
|
||||||
sleep(5) //.5 second delay. Makes it a bit stronger than just typing rest.
|
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))
|
else if(istype(hugger))
|
||||||
hugger.species.hug(hugger,src)
|
hugger.species.hug(hugger,src)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user