Skip to content

Commit 7e995fa

Browse files
authored
Makes zone targeted feedback more useful (tgstation#92017)
1 parent 9294ef0 commit 7e995fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/_onclick/item_attack.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348

349349
if(ishuman(src) || client) // istype(src) is kinda bad, but it's to avoid spamming the blackbox
350350
SSblackbox.record_feedback("nested tally", "item_used_for_combat", 1, list("[attacking_item.force]", "[attacking_item.type]"))
351-
SSblackbox.record_feedback("tally", "zone_targeted", 1, targeting_human_readable)
351+
SSblackbox.record_feedback("tally", "zone_targeted", 1, user.zone_selected)
352352

353353
var/damage_done = apply_damage(
354354
damage = final_force,

0 commit comments

Comments
 (0)