mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-27 14:46:33 +01:00
Remove XP gains for mortals
This commit is contained in:
parent
69caa31b8a
commit
7d2afcdee0
4 changed files with 1 additions and 18 deletions
|
|
@ -190,10 +190,7 @@ SPECIAL(dump)
|
|||
send_to_char(ch, "You are awarded for outstanding performance.\r\n");
|
||||
act("$n has been awarded for being a good citizen.", TRUE, ch, 0, 0, TO_ROOM);
|
||||
|
||||
if (GET_LEVEL(ch) < 3)
|
||||
gain_exp(ch, value);
|
||||
else
|
||||
increase_gold(ch, value);
|
||||
increase_gold(ch, value);
|
||||
}
|
||||
return (TRUE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue