Skip to content

Commit

Permalink
Update displaycase.dm
Browse files Browse the repository at this point in the history
Allows captains to open the antique laser gun display case with their ID card instead of breaking it to get the gun.
  • Loading branch information
MilkForever committed Aug 31, 2023
1 parent d9b2c56 commit bfaeb20
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 bfaeb20

Please sign in to comment.