POLARIS: Revises living_powers.dm Hide Logic

Now matches the proc in human_powers.
This commit is contained in:
KasparoVy
2018-03-14 19:40:43 -04:00
parent 9eef0f8c5a
commit b900b76fe3

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>")