mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fix a table sprite and a shelter window layer
This commit is contained in:
@@ -109,9 +109,13 @@
|
|||||||
|
|
||||||
//Table
|
//Table
|
||||||
/obj/structure/table/survival_pod
|
/obj/structure/table/survival_pod
|
||||||
|
name = "table"
|
||||||
icon = 'icons/obj/survival_pod.dmi'
|
icon = 'icons/obj/survival_pod.dmi'
|
||||||
icon_state = "table"
|
icon_state = "table"
|
||||||
|
|
||||||
|
/obj/structure/table/survival_pod/update_icon()
|
||||||
|
icon_state = "table"
|
||||||
|
|
||||||
//Sleeper
|
//Sleeper
|
||||||
/obj/machinery/sleeper/survival_pod
|
/obj/machinery/sleeper/survival_pod
|
||||||
icon = 'icons/obj/survival_pod.dmi'
|
icon = 'icons/obj/survival_pod.dmi'
|
||||||
|
|||||||
@@ -68,7 +68,8 @@
|
|||||||
/area/survivalpod)
|
/area/survivalpod)
|
||||||
"n" = (
|
"n" = (
|
||||||
/obj/structure/window/reinforced/survival_pod{
|
/obj/structure/window/reinforced/survival_pod{
|
||||||
dir = 8
|
dir = 8;
|
||||||
|
layer = 2.6
|
||||||
},
|
},
|
||||||
/obj/machinery/door/window/survival_pod{
|
/obj/machinery/door/window/survival_pod{
|
||||||
dir = 1;
|
dir = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user