Bubblegum now charges past its target's location

This commit is contained in:
Joan Lung
2016-09-03 12:09:08 -04:00
parent bf5c9ec735
commit 266bacf4c8
16 changed files with 45 additions and 35 deletions
@@ -66,7 +66,7 @@
processing = 0
var/turf/T = get_turf(holder)
if(T != oldposition)
if(!has_gravity(T))
if(!T.has_gravity())
var/obj/effect/particle_effect/ion_trails/I = PoolOrNew(effect_type, oldposition)
I.setDir(holder.dir)
flick("ion_fade", I)