dded new character trait "Coward" (charrcter trait #13)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8362 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2017-01-12 23:24:41 +00:00
parent 556ce68586
commit 3419fd1c5d
27 changed files with 86 additions and 91 deletions
+4
View File
@@ -4287,6 +4287,10 @@ void HandleIMPCharProfileResultsMessage( void)
wcscpy(pString, gzIMPCharacterTraitText[CHAR_TRAIT_SHOWOFF]);
iOffSet = IMP_ATTITUDE_ARROGANT;
break;
case CHAR_TRAIT_COWARD:
wcscpy( pString, gzIMPCharacterTraitText[CHAR_TRAIT_COWARD] );
iOffSet = IMP_ATTITUDE_COWARD;
break;
}
wcscat(pString, L". ±");