mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 02:51:45 +01:00
Comment fixes, clarification, and warning cleanup. (thanks Kyle) --Rumble
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user