Skip to content

Commit

Permalink
Merge pull request #316 from MilkForever/unlocked-captain-display-case
Browse files Browse the repository at this point in the history
Captains can open the antique gun display case
  • Loading branch information
dwasint authored Sep 2, 2023
2 parents 8b7e722 + bfaeb20 commit 7744e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/displaycase.dm
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
//The lab cage and captain's display case do not spawn with electronics, which is why req_access is needed.
/obj/structure/displaycase/captain
start_showpiece_type = /obj/item/gun/energy/laser/captain
req_access = list(ACCESS_CENT_SPECOPS) //this was intentional, presumably to make it slightly harder for caps to grab their gun roundstart
req_access = list(ACCESS_CAPTAIN) //Monkestation Edit

/obj/structure/displaycase/labcage
name = "lab cage"
Expand Down

0 comments on commit 7744e39

Please sign in to comment.