Skip to content

Commit

Permalink
beacon admin log tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 7, 2023
1 parent 78df68f commit 0081d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/beacons/deployable_beacons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if((R_ADMIN|R_MOD) & admin_client.admin_holder.rights)
playsound_client(admin_client,'sound/effects/sos-morse-code.ogg',10)

message_admins("[key_name(user)] has deployed [src]! [ADMIN_JMP_USER(user)]")
message_admins("[key_name(user)] has deployed [src]! [ADMIN_JMP(src)]")

/obj/structure/deployable_beacon/attackby(obj/item/attacking_item, mob/user)
if(!HAS_TRAIT(attacking_item, TRAIT_TOOL_MULTITOOL))
Expand Down

0 comments on commit 0081d46

Please sign in to comment.