Skip to content

Commit

Permalink
Update sci_bombardment.dm (#22645)
Browse files Browse the repository at this point in the history
Fixes access
  • Loading branch information
Oblisk234 authored Sep 27, 2024
1 parent 7506c88 commit 1d8d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/sci_bombardment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
else
var/mob/M = usr
var/obj/item/card/id/I = M.get_idcard(TRUE)
if(check_access(I) && (30 in I.access))
if(check_access(I) && ("rd" in I.access))
locked = !locked
radio.talk_into(src, "Controls [locked ? "locked" : "unlocked"] by [I.registered_name].",)
else
Expand Down

0 comments on commit 1d8d09a

Please sign in to comment.