Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds new wall sprites, cleans up existing ones, adds to test map #212

Merged
merged 10 commits into from
Feb 16, 2024
Merged
2 changes: 2 additions & 0 deletions _maps/RandomRuins/SpaceRuins/shuttlerelic.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
/area/ruin/space/has_grav/powered)
"i" = (
/obj/structure/closet{
base_pixel_x = 0;
base_pixel_y = 0;
icon_state = "oldcloset";
name = "strange closet";
enable_door_overlay = 0
Expand Down
4 changes: 2 additions & 2 deletions _maps/demo_map/PubbyStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15069,7 +15069,7 @@
/obj/structure/rack,
/obj/item/wrench,
/obj/item/screwdriver,
/obj/item/storage/secure/briefcase,
/obj/item/storage/briefcase/secure,
/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
dir = 1
},
Expand Down Expand Up @@ -36473,7 +36473,7 @@
pixel_x = -3;
pixel_y = 2
},
/obj/item/storage/secure/briefcase{
/obj/item/storage/briefcase/secure{
pixel_x = 2;
pixel_y = -2
},
Expand Down
Loading
Loading