Skip to content

Commit

Permalink
Fixes an incorrect variable in an admin log statement (ParadiseSS13#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelSlayer authored Feb 15, 2020
1 parent fddff10 commit 4ed5163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
if(place_item)
usr.unEquip(place_item)
equip_to_slot_if_possible(place_item, pocket_id, 0, 1)
add_attack_logs(usr, src, "Equipped with [pocket_item]", isLivingSSD(src) ? null : ATKLOG_ALL)
add_attack_logs(usr, src, "Equipped with [place_item]", isLivingSSD(src) ? null : ATKLOG_ALL)

// Update strip window
if(usr.machine == src && in_range(src, usr))
Expand Down

0 comments on commit 4ed5163

Please sign in to comment.