mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Wall-locker fixes (#17051)
* fixes wall lockers * removes invisible locker
This commit is contained in:
@@ -7135,14 +7135,6 @@
|
||||
icon_state = "hydrofloor"
|
||||
},
|
||||
/area/derelict/crew_quarters)
|
||||
"pg" = (
|
||||
/obj/structure/closet/walllocker{
|
||||
pixel_y = -32
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "orangefull"
|
||||
},
|
||||
/area/derelict/crew_quarters)
|
||||
"ph" = (
|
||||
/obj/structure/holohoop{
|
||||
dir = 1
|
||||
@@ -14333,7 +14325,7 @@ ok
|
||||
oB
|
||||
ok
|
||||
pb
|
||||
pg
|
||||
nV
|
||||
bm
|
||||
py
|
||||
dJ
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
desc = "A wall mounted locker with emergency supplies"
|
||||
icon_state = "emerg"
|
||||
icon_closed = "emerg"
|
||||
icon_opened = "emergopen"
|
||||
icon_opened = "emerg_open"
|
||||
|
||||
/obj/structure/closet/walllocker/emerglocker/populate_contents()
|
||||
new /obj/item/tank/internals/emergency_oxygen(src)
|
||||
|
||||
Reference in New Issue
Block a user