Skip to content

Commit

Permalink
Update human.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel authored May 10, 2024
1 parent 381d361 commit 30bc73b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,10 @@
else
A = choice_to_accessory[removables[1]]

if(!usr.Adjacent(src))
to_chat(usr, SPAN_WARNING("You're too far away!"))
return

if(!istype(A))
return
attack_log += text("\[[time_stamp()]\] <font color='orange'>Has had their accessory ([A]) removed by [key_name(usr)]</font>")
Expand Down

0 comments on commit 30bc73b

Please sign in to comment.