mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Refactored directionals (#20082)
Refactored directionals, ported lists of directions from TG, got rid of useless proc to get the reverse direction.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
var/obj/structure/reagent_dispensers/fueltank/tank = src.loc.loc
|
||||
if(tank?.is_leaking)
|
||||
tank.ex_act(3)
|
||||
spark(src, 4, GLOB.cardinal)
|
||||
spark(src, 4, GLOB.cardinals)
|
||||
return TRUE
|
||||
|
||||
/obj/item/device/assembly/igniter/attack_self(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user