Cannot create stairs

Issue #153 resolved
Beny created an issue

This doesn't work in Arcturus. Screenshots from the real game.

walking-1.gif walking-2.gif

Cause at line 97 in GameMap.

if((Math.abs(room.getLayout().getHeightAtSquare(current.getX(), current.getY()) - room.getLayout().getHeightAtSquare(currentAdj.getX(), currentAdj.getY())) > 1))
                    continue;

Comments (3)

  1. Log in to comment