Skip to content

Commit

Permalink
Return deleted ruins (#840)
Browse files Browse the repository at this point in the history
* Return deleted ruins

* Beach ruin

* Jugle and comments

* Lavaland

* Rockplanet

* Space ruin

* comment

* Wasteplanet

* Whitesands
  • Loading branch information
molnizz committed Jul 18, 2024
1 parent 3d5219e commit 9cf41e0
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@
"io" = (
/obj/structure/closet/wall/red/directional/west,
/obj/item/card/id{
req_access = 4
req_access = 4;
name = "Four"
},
/turf/open/floor/vault,
/area/ruin/unpowered/corprejectrooms)
Expand Down Expand Up @@ -965,7 +966,8 @@
/obj/machinery/door/window/westright,
/obj/item/storage/belt,
/obj/item/card/id{
req_access = 3
req_access = 3;
name = "Three"
},
/turf/open/floor/plasteel/mono,
/area/ruin/unpowered/corprejectengineering)
Expand Down Expand Up @@ -1083,7 +1085,8 @@
icon_state = "6-8"
},
/obj/item/card/id{
req_access = 2
req_access = 2;
name = "Two"
},
/turf/open/floor/plasteel/grimy,
/area/ruin/unpowered/corprejectrooms)
Expand Down Expand Up @@ -2079,7 +2082,8 @@
dir = 10
},
/obj/item/card/id{
req_access = 1
req_access = 1;
name = "One"
},
/turf/open/floor/wood,
/area/ruin/unpowered/corprejectrooms)
Expand Down
Loading

0 comments on commit 9cf41e0

Please sign in to comment.