comment tidbit

This commit is contained in:
PatR
2020-04-28 13:26:41 -07:00
parent b2b8d508dd
commit fe230d84ad
2 changed files with 3 additions and 3 deletions

View File

@@ -1628,7 +1628,7 @@ boolean at_stairs, falling, portal;
[it might have already been delivered via docrt() -> see_monsters()
-> Sting_effects() -> maybe_lvltport_feedback(), in which case
'dfr_post_msg' has already been reset to Null];
if 'dfr_post_msg' is "you materialize on another level" then
if 'dfr_post_msg' is "you materialize on a different level" then
maybe_lvltport_feedback() will deliver it now and then free it */
if (g.dfr_post_msg)
maybe_lvltport_feedback(); /* potentially called by Sting_effects() */