mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-26 20:18:49 +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
|
|
@ -416,7 +416,7 @@ static void group_gain(struct char_data *ch, struct char_data *victim)
|
|||
if (AFF_FLAGGED(f->follower, AFF_GROUP) && IN_ROOM(f->follower) == IN_ROOM(ch))
|
||||
tot_members++;
|
||||
|
||||
/* round up to the next highest tot_members */
|
||||
/* round up to the nearest tot_members */
|
||||
tot_gain = (GET_EXP(victim) / 3) + tot_members - 1;
|
||||
|
||||
/* prevent illegal xp creation when killing players */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue