35b7b93b24
lets hope nothing blows up this time (Flags PR but it works!)
11 lines
430 B
Plaintext
11 lines
430 B
Plaintext
diff a/code/game/objects/effects/mines.dm b/code/game/objects/effects/mines.dm (rejected hunks)
|
|
@@ -130,7 +130,7 @@
|
|
new /datum/hallucination/delusion(victim, TRUE, "demon",duration,0)
|
|
|
|
var/obj/item/twohanded/required/chainsaw/doomslayer/chainsaw = new(victim.loc)
|
|
- chainsaw.flags |= NODROP
|
|
+ chainsaw.flags_1 |= NODROP_1
|
|
victim.drop_all_held_items()
|
|
victim.put_in_hands(chainsaw)
|
|
chainsaw.attack_self(victim)
|