Skip to content

Commit

Permalink
Adds flag logging (#16841)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonash07 authored Dec 26, 2024
1 parent b153349 commit 8890e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/plantable_flags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
update_appearance(UPDATE_ICON_STATE)
if(deployer)
new_internal_item.lift_flag(deployer)
log_game("[key_name(deployer)] has deployed the flag at [AREACOORD(src)].")

/obj/structure/plantable_flag/Destroy()
clear_internal_item()
Expand Down Expand Up @@ -223,3 +224,4 @@
if(!current_internal_item)
return
disassemble(user)
log_game("[key_name(user)] has undeployed the flag at [AREACOORD(src)].")

0 comments on commit 8890e98

Please sign in to comment.