retreat lretreat edit xdump: Change "torped" to "torpedoed"

"torped" comes from symbol table retreat_flags.  Visible in output of
edit, retreat, lretreat and xdump.  Tolerable in edit, but player
commands like retreat should really use proper words.

Fixing it in retreat_flags changes xdump output, thus risks breaking
clients.  Do it anyway, since no known client recognizes this
particular symbol value.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2015-01-10 08:52:59 +01:00
parent e92a522731
commit d5d92caf94
5 changed files with 16 additions and 16 deletions

View file

@ -16222,7 +16222,7 @@
Play#0 output Play#0 1 XDUMP retreat-flags 0
Play#0 output Play#0 1 1 "group"
Play#0 output Play#0 1 2 "injured"
Play#0 output Play#0 1 4 "torped"
Play#0 output Play#0 1 4 "torpedoed"
Play#0 output Play#0 1 8 "sonared"
Play#0 output Play#0 1 16 "helpless"
Play#0 output Play#0 1 32 "bombed"
@ -16954,7 +16954,7 @@
Play#1 output Play#1 1 XDUMP retreat-flags 0
Play#1 output Play#1 1 1 "group"
Play#1 output Play#1 1 2 "injured"
Play#1 output Play#1 1 4 "torped"
Play#1 output Play#1 1 4 "torpedoed"
Play#1 output Play#1 1 8 "sonared"
Play#1 output Play#1 1 16 "helpless"
Play#1 output Play#1 1 32 "bombed"