Revises living_powers.dm Hide Logic

Now matches the proc in human_powers.
This commit is contained in:
KasparoVy
2018-03-16 19:38:25 -04:00
parent ac837cdc2f
commit 5f6db366b6
+4 -4
View File
@@ -6,9 +6,9 @@
if(stat == DEAD || paralysis || weakened || stunned || restrained())
return
if(layer != HIDING_LAYER)
layer = HIDING_LAYER //Just above cables with their 2.44
src << text("<font color='blue'>You are now hiding.</font>")
else
if(layer == HIDING_LAYER)
layer = MOB_LAYER
src << text("<font color='blue'>You have stopped hiding.</font>")
else
layer = HIDING_LAYER //Just above cables with their 2.44
src << text("<font color='blue'>You are now hiding.</font>")