Remove XP gains for mortals

This commit is contained in:
kinther 2025-08-14 12:28:08 -07:00
parent 69caa31b8a
commit 7d2afcdee0
4 changed files with 1 additions and 18 deletions

View file

@ -250,7 +250,6 @@ ACMD(do_flee)
if (was_fighting && !IS_NPC(ch)) {
loss = GET_MAX_HIT(was_fighting) - GET_HIT(was_fighting);
loss *= GET_LEVEL(was_fighting);
gain_exp(ch, -loss);
}
if (FIGHTING(ch))
stop_fighting(ch);