mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
using accessories no longer drops items on spawn (#18453)
* fixes accessory dropping items on spawn * up that
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
var/obj/item/clothing/accessory/acc = A
|
||||
if(can_attach_accessory(acc))
|
||||
if(user)
|
||||
user.drop_item()
|
||||
user.remove_from_mob(acc)
|
||||
attach_accessory(user, acc)
|
||||
return TRUE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user