Plasmaglass Spears and plasmaglass actually drops plasma shards!

This commit is contained in:
Dap
2019-08-25 21:38:04 -06:00
parent a80dfada21
commit f104ba1f90
12 changed files with 70 additions and 54 deletions
+3 -1
View File
@@ -255,7 +255,9 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
var/obj/item/twohanded/spear/S = new /obj/item/twohanded/spear
remove_item_from_storage(user)
qdel(I)
if (!user.transferItemToLoc(I, S))
return
S.CheckParts(list(I))
qdel(src)
user.put_in_hands(S)