Skip to content

Commit

Permalink
Merge branch 'master' into triumph-central-command-floor-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nut2 committed Jul 17, 2023
2 parents de0fb84 + a3b68fd commit e100113
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
4 changes: 3 additions & 1 deletion code/game/machinery/computer/guestpass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
layer = ABOVE_TURF_LAYER
icon_keyboard = null
icon_screen = "pass"
density = 0
depth_projected = FALSE
climb_allowed = FALSE
density = FALSE
circuit = /obj/item/circuitboard/guestpass

var/obj/item/card/id/giver
Expand Down
1 change: 1 addition & 0 deletions code/modules/food/kitchen/smartfridge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
wires = new/datum/wires/smartfridge/secure(src)
else
wires = new/datum/wires/smartfridge(src)
update_icon()

/obj/machinery/smartfridge/Destroy()
AIR_UPDATE_ON_DESTROY_AUTO
Expand Down
14 changes: 11 additions & 3 deletions maps/triumph/levels/deck3.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4550,6 +4550,10 @@
},
/turf/simulated/floor/bluegrid,
/area/rnd/xenobiology)
"dWe" = (
/obj/landmark/spawnpoint/latejoin/station/cyborg,
/turf/simulated/floor/tiled/old_cargo/gray,
/area/assembly/robotics)
"dWq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/black,
/obj/structure/cable/green{
Expand Down Expand Up @@ -26959,6 +26963,10 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/psych_ward)
"whU" = (
/obj/landmark/spawnpoint/job/cyborg,
/turf/simulated/floor/tiled/techfloor,
/area/assembly/chargebay)
"whY" = (
/obj/machinery/light{
dir = 1
Expand Down Expand Up @@ -34688,7 +34696,7 @@ ixf
vGq
wLK
vGq
vGq
dWe
wgM
wor
fUO
Expand Down Expand Up @@ -36105,7 +36113,7 @@ biL
jgu
wQJ
dXc
jEz
whU
rLt
sGT
oYT
Expand Down Expand Up @@ -36247,7 +36255,7 @@ fJP
afy
sGT
mrJ
jEz
whU
rLt
sGT
vQV
Expand Down
6 changes: 5 additions & 1 deletion maps/triumph/levels/deck4.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -29274,6 +29274,10 @@
/obj/structure/reagent_dispensers/beerkeg,
/turf/simulated/floor/plating,
/area/maintenance/central)
"vbT" = (
/obj/landmark/spawnpoint/overflow/station,
/turf/simulated/floor/tiled/dark,
/area/hallway/primary/aft)
"vbU" = (
/obj/machinery/power/smes/buildable{
charge = 5000;
Expand Down Expand Up @@ -40410,7 +40414,7 @@ mSI
psD
psD
psD
psD
vbT
opV
psD
byi
Expand Down

0 comments on commit e100113

Please sign in to comment.