Merge branch 'flyif_fix' of https://github.com/copperwater/NetHack into copperwater-flyif_fix
This commit is contained in:
@@ -2468,7 +2468,7 @@ int final;
|
|||||||
if (Flying)
|
if (Flying)
|
||||||
enl_msg(You_, "would fly", "would have flown",
|
enl_msg(You_, "would fly", "would have flown",
|
||||||
Levitation
|
Levitation
|
||||||
? "if you weren't levitating"
|
? " if you weren't levitating"
|
||||||
: (save_BFly == FROMOUTSIDE)
|
: (save_BFly == FROMOUTSIDE)
|
||||||
? if_surroundings_permitted
|
? if_surroundings_permitted
|
||||||
/* both surroundings and [latent] levitation */
|
/* both surroundings and [latent] levitation */
|
||||||
|
|||||||
Reference in New Issue
Block a user