mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Fix IMPs having 0 need to sleep (#26)
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
// how many times should a 'die' be rolled for skills of the same type?
|
// how many times should a 'die' be rolled for skills of the same type?
|
||||||
|
|
||||||
#define HOW_MANY_ROLLS_FOR_SAME_SKILL_CHECK 20
|
#define HOW_MANY_ROLLS_FOR_SAME_SKILL_CHECK 20
|
||||||
|
#define IMP_NEED_FOR_SLEEP 7
|
||||||
|
|
||||||
INT32 AttitudeList[ ATTITUDE_LIST_SIZE ];
|
INT32 AttitudeList[ ATTITUDE_LIST_SIZE ];
|
||||||
INT32 iLastElementInAttitudeList = 0;
|
INT32 iLastElementInAttitudeList = 0;
|
||||||
@@ -191,6 +192,7 @@ void CreateACharacterFromPlayerEnteredStats( void )
|
|||||||
gMercProfiles[LaptopSaveInfo.iIMPIndex].usVoiceIndex = iSelectedIMPVoiceSet;
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].usVoiceIndex = iSelectedIMPVoiceSet;
|
||||||
|
|
||||||
gMercProfiles[LaptopSaveInfo.iIMPIndex].Type = PROFILETYPE_IMP;
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].Type = PROFILETYPE_IMP;
|
||||||
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].ubNeedForSleep = IMP_NEED_FOR_SLEEP;
|
||||||
|
|
||||||
// WDS: Advanced start
|
// WDS: Advanced start
|
||||||
//gMercProfiles[ LaptopSaveInfo.iIMPIndex ].bExpLevel = gGameExternalOptions.ubIMPStartingLevel;
|
//gMercProfiles[ LaptopSaveInfo.iIMPIndex ].bExpLevel = gGameExternalOptions.ubIMPStartingLevel;
|
||||||
|
|||||||
Reference in New Issue
Block a user