fix #H3820 - vault guard's "I repeat" message
Reported seven and a half years ago: if you are in a vault but not carrying any gold and the guard arrives, you're told "Follow me." Then if you pick up gold while the guard is still in the wall breach rather than out in the corridor, you would be told "I repeat, drop that gold and follow me!" "Repeat" refers to the follow part but sounds as if it refers to the drop-gold part which isn't actually being repeated. Keep track of whether the guard has issued a drop gold demand and use that to vary the wording of subsequent "I repeat" message. Modifies monst->mextra->egd so save and bones files are invalidated.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
||||
* and save files.
|
||||
*/
|
||||
#define EDITLEVEL 63
|
||||
#define EDITLEVEL 64
|
||||
|
||||
/*
|
||||
* Development status possibilities.
|
||||
|
||||
Reference in New Issue
Block a user