mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +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:
@@ -117,7 +117,7 @@
|
||||
if(!NSEW)//Make sure its ran right
|
||||
return
|
||||
|
||||
oNSEW = reverse_direction(NSEW)
|
||||
oNSEW = REVERSE_DIR(NSEW)
|
||||
|
||||
for(var/dist = 0, dist <= 9, dist++) // checks out to 8 tiles away for another generator
|
||||
T = get_step(T2, NSEW)
|
||||
|
||||
Reference in New Issue
Block a user