mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Adds nodrop to pickup chainsaw
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user