Skip to content

Commit

Permalink
var update 2: armor boogalo
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
MobiusWon and Drulikar authored Feb 15, 2024
1 parent fe9df04 commit 5663c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
/datum/action/item_action/intel/toggle_motion_detector/action_activate()
. = ..()
var/obj/item/clothing/suit/storage/marine/medium/rto/intel/recon = holder_item
recon.toggle_motion_detector(usr)
recon.toggle_motion_detector(owner)

/datum/action/item_action/intel/toggle_motion_detector/proc/update_icon()
if(!holder_item)
Expand Down

0 comments on commit 5663c47

Please sign in to comment.