mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -77,11 +77,7 @@
|
||||
throwforce = 0
|
||||
force = 0
|
||||
var/net_type = /obj/effect/energy_net
|
||||
|
||||
/obj/item/energy_net/dropped(mob/user)
|
||||
..()
|
||||
spawn(10)
|
||||
if(src) qdel(src)
|
||||
item_flags = DROPDEL
|
||||
|
||||
/obj/item/energy_net/throw_impact(atom/hit_atom)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user