Adds more unit tests for improper cables (#24262)

* cablening + remove a duplicate proc

* okay compile im dumb

* oops

* okay im dumber than I thought

* lmao

* OKAY IT WORKS PROPERLY NOW

* lets test these maps to see if they pass

* maybe this works

* undo the testing

* unfuck map files

* unfuck shit maybe?

* PLEASE i think fucking merge hooks are fucking me

* okay goodbye merge hooks

* PLEASE
This commit is contained in:
Contrabang
2024-03-12 13:33:26 +00:00
committed by GitHub
parent e51892621b
commit 073852c664
10 changed files with 51 additions and 28 deletions
+1 -1
View File
@@ -243,7 +243,7 @@
/obj/item/mod/control/on_mob_move(direction, mob/user)
if(!jetpack_active || !isturf(user.loc))
return
var/turf/T = get_step(src, GetOppositeDir(direction))
var/turf/T = get_step(src, reverse_direction(direction))
if(!has_gravity(T))
new /obj/effect/particle_effect/ion_trails(T, direction)