1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-09 16:55:25 +01:00

Bugfix: Soldier's rapiers are rapiers

They weren't in the in_rapier macro :(
This commit is contained in:
ChrisANG 2024-10-16 01:58:59 -04:00
parent b90630a6e8
commit 02dfdd839c

View file

@ -630,6 +630,7 @@ struct obj {
otmp->otyp == RAPIER || \
otmp->otyp == RAKUYO || \
otmp->otyp == RAKUYO_SABER || \
otmp->otyp == SOLDIER_S_RAPIER || \
otmp->otyp == CROW_QUILL))
#define is_rakuyo(otmp) (otmp->otyp == RAKUYO || \
otmp->otyp == RAKUYO_SABER || \