Skip to content

Commit

Permalink
Fix animal pen doors on void raptor (#2084)
Browse files Browse the repository at this point in the history
Update VoidRaptor.dmm

Co-authored-by: Sable <[email protected]>
  • Loading branch information
Steals-The-PRs and Thlumyn authored Feb 22, 2024
1 parent 14c91f7 commit 748c3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _maps/map_files/VoidRaptor/VoidRaptor.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -20950,7 +20950,7 @@
"geA" = (
/obj/machinery/door/window/left/directional/east{
name = "Animal Pen A";
req_access = list("maintenance")
req_access = list("maint_tunnels")
},
/turf/open/floor/grass,
/area/station/service/hydroponics/garden)
Expand Down Expand Up @@ -62414,7 +62414,7 @@
"rrI" = (
/obj/machinery/door/window/left/directional/west{
name = "Animal Pen B";
req_access = list("maintenance")
req_access = list("maint_tunnels")
},
/turf/open/floor/grass,
/area/station/service/hydroponics/garden)
Expand Down

0 comments on commit 748c3b6

Please sign in to comment.