Skip to content

Commit

Permalink
fix ds1 and listen
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixRuin committed Jan 31, 2025
1 parent 50542b2 commit b5a2c16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions _maps/RandomRuins/SpaceRuins/listeningstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,8 @@
"Kf" = (
/obj/structure/table,
/obj/machinery/chem_dispenser/drinks/beer/fullupgrade{
dir = 4
dir = 4;
flags_1 = 2
},
/turf/open/floor/wood{
icon_state = "large_wood"
Expand Down Expand Up @@ -2435,7 +2436,8 @@
"QP" = (
/obj/structure/table,
/obj/machinery/chem_dispenser/drinks/fullupgrade{
dir = 4
dir = 4;
flags_1 = 2
},
/turf/open/floor/wood{
icon_state = "large_wood"
Expand Down
6 changes: 4 additions & 2 deletions _maps/map_files/Mining/Lavaland_novaya.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -9823,7 +9823,8 @@
"jJb" = (
/obj/structure/table,
/obj/machinery/chem_dispenser/drinks/fullupgrade{
dir = 1
dir = 1;
flags_1 = 2
},
/turf/open/floor/iron,
/area/ruin/lavaland/unpowered/deepspaceone/dormitories)
Expand Down Expand Up @@ -14335,7 +14336,8 @@
"nyy" = (
/obj/structure/table,
/obj/machinery/chem_dispenser/drinks/beer/fullupgrade{
dir = 1
dir = 1;
flags_1 = 2
},
/obj/machinery/airalarm/directional/south{
req_access = list("syndicate")
Expand Down

0 comments on commit b5a2c16

Please sign in to comment.