Skip to content

Commit

Permalink
Tavern Lounge Lock ID fix + Apartment 1 Lock ID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aegledis committed Jan 8, 2025
1 parent e8e0967 commit 620fa4b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _maps/map_files/stonehamlet/stonehamlet.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3605,6 +3605,7 @@
pixel_x = 0;
pixel_y = 14
},
/obj/item/roguekey/apartments/apartment1,
/turf/open/floor/rogue/wood/nosmooth/saiga,
/area/rogue/indoors/town)
"dFW" = (
Expand Down Expand Up @@ -9929,7 +9930,7 @@
dir = 10
},
/obj/structure/mineral_door/wood/window{
lockid = tavern;
lockid = "tavern";
name = "lounge"
},
/turf/open/floor/rogue/cobble/mossy/alt,
Expand Down Expand Up @@ -23553,7 +23554,10 @@
/turf/open/transparent/openspace,
/area/rogue/indoors/shelter/town/dwarf)
"woZ" = (
/obj/structure/mineral_door/wood,
/obj/structure/mineral_door/wood{
lockid = "apartment1";
name = "apartment I"
},
/turf/open/floor/rogue/wood/nosmooth/saiga,
/area/rogue/indoors/town)
"wpE" = (
Expand Down

0 comments on commit 620fa4b

Please sign in to comment.