Skip to content

Commit

Permalink
Add niche logged for toggling deployment of lz turrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 2, 2024
1 parent dc495b7 commit 7972fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/sentry_holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,11 @@

to_chat(user, SPAN_NOTICE("You deploy [src]."))
deploy_sentry()
msg_admin_niche("[key_name(user)] deployed [turret] at [get_location_in_text(src)] [ADMIN_JMP(loc)]")
return

to_chat(user, SPAN_NOTICE("You retract [src]."))
msg_admin_niche("[key_name(user)] retracted [turret] at [get_location_in_text(src)] [ADMIN_JMP(loc)]")
undeploy_sentry()
return

Expand Down

0 comments on commit 7972fdc

Please sign in to comment.