v0.3.0e: fixed succubi causing the game to freeze
This commit is contained in:
parent
5ed738a5eb
commit
a12911424e
|
@ -113,8 +113,10 @@ public class Succubus extends Mob {
|
|||
}
|
||||
if (candidates.size() > 0)
|
||||
cell = Random.element(candidates);
|
||||
else
|
||||
else {
|
||||
delay = BLINK_DELAY;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
ScrollOfTeleportation.appear( this, cell );
|
||||
|
|
Loading…
Reference in New Issue
Block a user