Sleeper & Bodyscan Density Fix

They can now be walked through.
This commit is contained in:
skull132
2016-03-25 00:52:23 +02:00
parent 74443f8ccc
commit d22d80a159
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
icon_state = "sleeperconsole"
var/obj/machinery/sleeper/connected = null
anchored = 1 //About time someone fixed this.
density = 1
density = 0
var/orient = "LEFT" // "RIGHT" changes the dir suffix to "-r"
use_power = 1
+1 -1
View File
@@ -7,7 +7,7 @@
name = "Body Scanner"
icon = 'icons/obj/Cryogenic2.dmi'
icon_state = "body_scanner_0"
density = 1
density = 0
anchored = 1
use_power = 1