drop_item instead of unEquip

This commit is contained in:
joep van der velden
2019-08-21 19:27:09 +02:00
parent 619774a63f
commit e48d5f5a92
+1 -1
View File
@@ -79,7 +79,7 @@ var/bomb_set
if(istype(O, /obj/item/disk/nuclear))
if(extended)
if(!user.unEquip(O))
if(!user.drop_item())
to_chat(user, "<span class='notice'>\The [O] is stuck to your hand!</span>")
return
O.forceMove(src)