mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Butterfly knives are now properly placed in hands when created (#3578)
This commit is contained in:
@@ -33,9 +33,10 @@
|
||||
if(istype(W,/obj/item/weapon/material/butterflyblade))
|
||||
var/obj/item/weapon/material/butterflyblade/B = W
|
||||
user << "You attach the two concealed blade parts."
|
||||
new /obj/item/weapon/material/butterflyconstruction(user.loc, B.material.name)
|
||||
var/finished = new /obj/item/weapon/material/butterflyconstruction(user.loc, B.material.name)
|
||||
qdel(W)
|
||||
qdel(src)
|
||||
user.put_in_hands(finished)
|
||||
return
|
||||
|
||||
/obj/item/weapon/material/wirerod
|
||||
|
||||
Reference in New Issue
Block a user