Simple pipes with dir set to WEST or NORTH can now spawn correctly.

This commit is contained in:
mikomyazaki
2022-03-07 00:39:02 +00:00
parent 2593b99bb3
commit f7791a4e15
+2 -2
View File
@@ -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