Skip to content

Commit

Permalink
tweak: message when trying to use down staircase
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed Aug 28, 2023
1 parent 0a25d8b commit d4f6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@ pub const Mob = struct { // {{{
if (s) |floor| {
return player.triggerStair(dest, floor);
} else {
ui.drawAlertThenLog("It's suicide to go back!", .{});
ui.drawAlertThenLog("Why would you want to go back?", .{});
}
},
else => {},
Expand Down

0 comments on commit d4f6234

Please sign in to comment.