mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Sleeper & Bodyscan Density Fix
They can now be walked through.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user