Adds nodrop to pickup chainsaw

This commit is contained in:
AnturK
2015-12-30 22:39:15 +01:00
parent 0fb8ac18c3
commit 032c8a4222
+1
View File
@@ -129,6 +129,7 @@
new /obj/effect/hallucination/delusion(victim.loc,victim,force_kind="demon",duration=duration,skip_nearby=0)
var/obj/item/weapon/twohanded/required/chainsaw/chainsaw = new(victim.loc)
chainsaw.flags |= NODROP
victim.drop_r_hand()
victim.drop_l_hand()
victim.put_in_hands(chainsaw)