A change that is giving the borg a bit of trouble and I am not sure if this was done on purpose.
in an unknown hall
what the reality (but not yet mapped) is:
shoot spear of light down hall
in 3.x get:
(wall at end lit up)
in 4.x get:
(last wall not lit up)
Is this on purpose? If so I need to code around it for the borg and guess that after the beam, if less than beam length, guess that it is a wall.
in an unknown hall
Code:
#### @.. ####
Code:
######## @......# ########
shoot spear of light down hall
in 3.x get:
Code:
######## @......# ########
in 4.x get:
Code:
######## @...... ########
Is this on purpose? If so I need to code around it for the borg and guess that after the beam, if less than beam length, guess that it is a wall.
Comment