1
0
Fork 0
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:
Chris-plus-alphanumericgibberish 2015-01-28 01:03:15 -05:00
parent 3a6c6ef271
commit eada15aacb

View file

@ -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();