cryopods and TGUI

This commit is contained in:
Metis
2024-09-26 16:30:19 -04:00
parent f1cdb84e0d
commit 264cb5600f
8 changed files with 3529 additions and 43 deletions
+3 -13
View File
@@ -12366,7 +12366,6 @@
/obj/machinery/airalarm{
pixel_y = 23
},
/obj/machinery/cryopod,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -23323,9 +23322,7 @@
/turf/closed/wall,
/area/medical/chemistry)
"bfG" = (
/obj/machinery/cryopod{
dir = 4
},
/obj/machinery/cryopod/tele,
/obj/machinery/light{
dir = 8
},
@@ -63830,9 +63827,7 @@
/turf/open/floor/plasteel/dark,
/area/hallway/primary/central)
"tqg" = (
/obj/machinery/cryopod{
dir = 4
},
/obj/machinery/cryopod/tele,
/obj/machinery/firealarm{
pixel_y = 24
},
@@ -64545,9 +64540,7 @@
/turf/closed/wall,
/area/commons/toilet)
"ujF" = (
/obj/machinery/cryopod{
dir = 4
},
/obj/machinery/cryopod/tele,
/turf/open/floor/carpet,
/area/commons/cryopod)
"ujS" = (
@@ -65983,9 +65976,6 @@
/turf/open/floor/plasteel/freezer,
/area/security/prison/cells)
"woR" = (
/obj/machinery/cryopod{
dir = 1
},
/turf/open/floor/carpet,
/area/commons/cryopod)
"wph" = (
@@ -93139,9 +93139,7 @@
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel/dark,
/area/commons/locker)
"lDE" = (
@@ -98358,9 +98356,7 @@
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel/dark,
/area/commons/locker)
"ntB" = (
@@ -122716,9 +122712,7 @@
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel/dark,
/area/commons/locker)
"wbx" = (
+2 -6
View File
@@ -65846,9 +65846,7 @@
/obj/machinery/airalarm{
pixel_y = 22
},
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel/showroomfloor,
/area/commons/locker)
"cbs" = (
@@ -78421,9 +78419,7 @@
/turf/open/floor/plating/airless,
/area/space/nearstation)
"cxv" = (
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel/showroomfloor,
/area/commons/locker)
"cxw" = (
+4 -4
View File
@@ -54772,7 +54772,7 @@
/turf/open/floor/wood,
/area/service/bar)
"gXt" = (
/obj/machinery/cryopod,
/obj/machinery/cryopod/tele,
/obj/machinery/camera{
c_tag = "Cryogenics"
},
@@ -59171,7 +59171,7 @@
/obj/machinery/light{
dir = 8
},
/obj/machinery/cryopod,
/obj/machinery/cryopod/tele,
/obj/machinery/light_switch{
pixel_x = -26
},
@@ -66609,7 +66609,7 @@
/turf/open/floor/engine,
/area/engineering/main)
"nHL" = (
/obj/machinery/cryopod,
/obj/machinery/cryopod/tele,
/obj/machinery/light{
dir = 4
},
@@ -74683,7 +74683,7 @@
/turf/open/floor/plating,
/area/command/bridge)
"rUL" = (
/obj/machinery/cryopod,
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel/dark,
/area/commons/cryopod)
"rVu" = (
@@ -8339,9 +8339,7 @@
/obj/machinery/computer/cryopod{
pixel_y = 30
},
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel,
/area/commons/dorms)
"avm" = (
@@ -52490,9 +52488,7 @@
/turf/open/floor/wood,
/area/service/lawoffice)
"epj" = (
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel,
/area/commons/dorms)
"epJ" = (
@@ -53248,9 +53244,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/cryopod{
dir = 8
},
/obj/machinery/cryopod/tele,
/turf/open/floor/plasteel,
/area/commons/dorms)
"fIN" = (
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 352 KiB

@@ -57,7 +57,8 @@ $background-beige: #E8E4C9;
}
.NuclearBomb__NTIcon {
background-image: url('../assets/bg-nanotrasen.svg');
// GS13 EDIT ORIGINAL: background-image: url('../assets/bg-nanotrasen.svg');
background-image: url('../assets/bg-gato.svg');
background-size: 70%;
background-position: center;
background-repeat: no-repeat;
+2 -1
View File
@@ -69,7 +69,8 @@
// NT Theme
.Layout__content {
background-image: url('../assets/bg-nanotrasen.svg');
// GS13 EDIT ORIGINAL: background-image: url('../assets/bg-nanotrasen.svg');
background-image: url('../assets/bg-gato.svg');
background-size: 70%;
background-position: center;
background-repeat: no-repeat;