mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-18 08:52:52 +00:00
fixed the last commit
This commit is contained in:
parent
ce78030e8a
commit
a6f47f6c90
4
game.cpp
4
game.cpp
@ -7261,8 +7261,8 @@ bool movepcto(int d, int subdir, bool checkonly) {
|
|||||||
addMessage(XLAT("You would get hurt!", c2->wall));
|
addMessage(XLAT("You would get hurt!", c2->wall));
|
||||||
else if(cellEdgeUnstable(cwt.c) && cellEdgeUnstable(c2))
|
else if(cellEdgeUnstable(cwt.c) && cellEdgeUnstable(c2))
|
||||||
addMessage(XLAT("Gravity does not allow this!"));
|
addMessage(XLAT("Gravity does not allow this!"));
|
||||||
else if(c2.c->wall == waChasm && c2.c->land == laDual)
|
else if(c2->wall == waChasm && c2->land == laDual)
|
||||||
addMessage(XLAT("You cannot move there!");
|
addMessage(XLAT("You cannot move there!"));
|
||||||
else {
|
else {
|
||||||
addMessage(XLAT("You cannot move through %the1!", c2->wall));
|
addMessage(XLAT("You cannot move through %the1!", c2->wall));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user