DarkCastleMUD / DarkCastle

Dark Castle is a text-based MUD (multi-user dungeon) that was originally based on DIKU MUD around 1995. It has been running since then.
https://www.dcastle.org/
GNU Lesser General Public License v2.1
12 stars 11 forks source link

Consecrate and Desecrate are not dealing damage to high level mobs due to code issue #187

Closed dmhenderson76 closed 2 years ago

dmhenderson76 commented 2 years ago

line 2544 on nanny.cpp "if (GET_LEVEL(tmp_ch) >= IMMORTAL)"

Needs an additional check to make sure the target is a PC as well as above level 100. As it is currently written, mobs above level 101 will not take damage from the skills.

TehDreadPirateRoberts commented 2 years ago

Jared fixed. https://github.com/DarkCastleMUD/DarkCastle/commit/7f3d27e950b6b0b6b1e015230a3d565e035783e2