mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-08 00:05:11 +01:00
Fix Dwarf Knight first gift
This commit is contained in:
parent
3a6c6ef271
commit
eada15aacb
1 changed files with 2 additions and 0 deletions
|
@ -137,7 +137,9 @@ hack_artifacts()
|
|||
//artilist[ART_CLARENT].role = NON_PM; Clarent is Knight-only
|
||||
} else if(Race_if(PM_DWARF) && urole.ldrnum == PM_THORIN_II_OAKENSHIELD){
|
||||
artilist[ART_EXCALIBUR].role = NON_PM;
|
||||
artilist[ART_CLARENT].role = NON_PM;
|
||||
artilist[ART_GLAMDRING].spfx &= ~(SPFX_NOGEN|SPFX_RESTR);
|
||||
artilist[ART_GLAMDRING].role = PM_KNIGHT;
|
||||
}
|
||||
artilist[ART_MANTLE_OF_HEAVEN].otyp = find_cope();
|
||||
artilist[ART_VESTMENT_OF_HELL].otyp = find_opera_cloak();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue