[FIX] You can now throw chem grenades (And some other things) further than 1 tile again (#26105)

* Fix throwing for a couple of items

* Not watertanks

* Or backtank fire extinguishers

---------

Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
Adrer
2024-07-01 23:07:26 +00:00
committed by GitHub
co-authored by Adrer
parent e136be0f64
commit 6738775be2
4 changed files with 4 additions and 4 deletions
@@ -234,7 +234,7 @@
nadeassembly.HasProximity(AM)
/obj/item/grenade/chem_grenade/Move() // prox sensors and infrared care about this
..()
. = ..()
if(nadeassembly)
nadeassembly.process_movement()