mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Nukes reverse_direction() in favor of REVERSE_DIR define (#25550)
* same taste, twice the speed * pain
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
/obj/item/tank/jetpack/on_mob_move(direction, mob/user)
|
||||
if(on)
|
||||
var/turf/T = get_step(src, reverse_direction(direction))
|
||||
var/turf/T = get_step(src, REVERSE_DIR(direction))
|
||||
if(!has_gravity(T))
|
||||
new /obj/effect/particle_effect/ion_trails(T, direction)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user