edit &c: Report sector non-change differently
Print "unchanged" instead of "changed from X to X". Affects edit, setresource, setsector. Suppress bulletin and news. Affects only edit sector key 'L'. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
6ff503c288
commit
004c4d0f23
5 changed files with 101 additions and 90 deletions
|
@ -40,5 +40,7 @@ extern void report_god_takes(char *, char *, natid);
|
|||
extern void report_god_gives(char *, char *, natid);
|
||||
extern void divine_sct_change(struct sctstr *, char *, int, int, char *, ...)
|
||||
ATTRIBUTE((format (printf, 5, 6)));
|
||||
#define divine_sct_change_quiet(sp, name, change, ...) \
|
||||
divine_sct_change((sp), (name), -(change), 0, __VA_ARGS__)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue