Stasis bags don't murder patients

This commit is contained in:
Anewbe
2019-03-27 19:18:13 -04:00
committed by Novacat
parent 3c7327ae54
commit ac34c4b763
5 changed files with 46 additions and 20 deletions
@@ -114,7 +114,8 @@
src.icon_state = src.icon_opened
src.opened = 1
playsound(src.loc, open_sound, 15, 1, -3)
density = !density
if(initial(density))
density = !density
return 1
/obj/structure/closet/proc/close()
@@ -138,7 +139,8 @@
src.opened = 0
playsound(src.loc, close_sound, 15, 1, -3)
density = !density
if(initial(density))
density = !density
return 1
//Cham Projector Exception