mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Simple pipes with dir set to WEST or NORTH can now spawn correctly.
This commit is contained in:
@@ -190,9 +190,9 @@
|
||||
alpha = 255
|
||||
|
||||
switch(dir)
|
||||
if(SOUTH || NORTH)
|
||||
if(SOUTH, NORTH)
|
||||
initialize_directions = SOUTH|NORTH
|
||||
if(EAST || WEST)
|
||||
if(EAST, WEST)
|
||||
initialize_directions = EAST|WEST
|
||||
if(NORTHEAST)
|
||||
initialize_directions = NORTH|EAST
|
||||
|
||||
Reference in New Issue
Block a user