actofgod: Factor report_divine_gift() out of give()
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
004c4d0f23
commit
2f475a54dc
3 changed files with 26 additions and 17 deletions
|
@ -42,5 +42,6 @@ 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__)
|
||||
extern void report_divine_gift(natid, struct ichrstr *, int, char *);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue