Aliens can no longer hide under vents/pumps

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3174 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2012-02-23 09:47:50 +00:00
parent 568ec9fdb1
commit 2cef773393
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/obj/machinery/atmospherics/unary
dir = SOUTH
initialize_directions = SOUTH
layer = 2.45
layer = TURF_LAYER+0.1
var/datum/gas_mixture/air_contents

View File

@@ -48,8 +48,8 @@
set desc = "Allows to hide beneath tables or certain items. Toggled on or off."
set category = "Alien"
if (layer != TURF_LAYER)
layer = TURF_LAYER
if (layer != TURF_LAYER+0.2)
layer = TURF_LAYER+0.2
src << text("\green You are now hiding.")
for(var/mob/O in oviewers())
if ((O.client && !( O.blinded )))