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

"You feel more competent..." message bug #148

Closed TehDreadPirateRoberts closed 3 years ago

TehDreadPirateRoberts commented 3 years ago

https://github.com/DarkCastleMUD/DarkCastle/blob/883f5c027d9c23ab3a9141f0bc29ecfa69b6e5e6/src/guild.cpp#L1168

The "maximum" that is being listed here does not take into account the changes to the maximum based on race.

Example: I am a troll warrior and the max my stinging can go is 87 but I get the following message: _You feel more competent in your stingingweapons ability. It increased to 87 out of 90.

From score sheet: Stinging superb 87/ 45/ 87 Weapons

jhhudso commented 3 years ago

Fixed.