mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-11 15:22:34 +01:00
Comment fixes, clarification, and warning cleanup. (thanks Kyle) --Rumble
This commit is contained in:
parent
39ed48f03c
commit
6240083445
16 changed files with 37 additions and 51 deletions
|
|
@ -901,7 +901,7 @@ void do_stat_character(struct char_data *ch, struct char_data *k)
|
|||
/* Routine to show what spells a char is affected by */
|
||||
if (k->affected) {
|
||||
for (aff = k->affected; aff; aff = aff->next) {
|
||||
send_to_char(ch, "SPL: (%3dhr) %s%-21s%s ", aff->duration + 1, CCCYN(ch, C_NRM), skill_name(aff->type), CCNRM(ch, C_NRM));
|
||||
send_to_char(ch, "SPL: (%3dhr) %s%-21s%s ", aff->duration + 1, CCCYN(ch, C_NRM), skill_name(aff->spell), CCNRM(ch, C_NRM));
|
||||
|
||||
if (aff->modifier)
|
||||
send_to_char(ch, "%+d to %s", aff->modifier, apply_types[(int) aff->location]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue