fix #117: vahnatai robes

This commit is contained in:
2024-09-08 17:21:29 -05:00
committed by Celtic Minstrel
parent 65229026d8
commit ce62ce3878
3 changed files with 13 additions and 2 deletions

View File

@@ -916,8 +916,7 @@ void cPlayer::finish_create() {
items[1] = cItem(ITEM_HELM);
break;
case eRace::VAHNATAI:
// TODO: Should they have a robe instead of a knife?
items[0] = cItem(ITEM_KNIFE);
items[0] = cItem(ITEM_ROBE);
items[1] = cItem(ITEM_RAZORDISK);
break;
default: break; // Silence compiler warning