Skip to content

Commit

Permalink
update stealthmin handling (#26676)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewcc authored Sep 4, 2024
1 parent 73e861b commit 1b2b843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/verbs/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
line += "<b>[C]</b> is a [C.holder.rank]"

if(holder) // Only for those with perms see the extra bit
if(C.holder.fakekey || check_rights(R_ADMIN, FALSE))
if(C.holder.fakekey && check_rights(R_ADMIN, FALSE))
line += " <i>(as [C.holder.fakekey])</i>"

if(isobserver(C.mob))
Expand Down

0 comments on commit 1b2b843

Please sign in to comment.