More accessory runtimes and bugfixes

This commit is contained in:
Anewbe
2018-02-24 18:38:11 -06:00
parent 7b87cd61a6
commit bbd870e502
2 changed files with 9 additions and 6 deletions
@@ -319,7 +319,7 @@ This saves us from having to call add_fingerprint() any time something is put in
for(var/obj/item/clothing/C in worn_clothing)
if(istype(W, /obj/item/clothing/accessory))
var/obj/item/clothing/accessory/A = W
if(C.attempt_attach_accessory(usr, A))
if(C.attempt_attach_accessory(A))
return
else
src << "<font color='red'>You are trying to equip this item to an unsupported inventory slot. How the heck did you manage that? Stop it...</font>"