Skip to content

Commit

Permalink
buffs master key to make it work on bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PPooch committed Jan 8, 2025
1 parent f274e00 commit aa27369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/mineral_doors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
return
else
var/obj/item/roguekey/K = I
if(K.lockhash == lockhash)
if(K.lockhash == lockhash || istype(K, /obj/item/roguekey/lord)) //master key cares not for lockhashes
lock_toggle(user)
if(autobump)
src.Open()
Expand Down

0 comments on commit aa27369

Please sign in to comment.