mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix respawn not resetting variables (#6453)
This commit is contained in:
parent
ac5fedff44
commit
f7f89725fe
@ -276,7 +276,7 @@ class ACE_Settings {
|
||||
displayName = CSTRING(MedicalSettings_spontaneousWakeUpChance_DisplayName);
|
||||
description = CSTRING(MedicalSettings_spontaneousWakeUpChance_Description);
|
||||
typeName = "SCALAR";
|
||||
value = 0.05
|
||||
value = 0.05;
|
||||
sliderSettings[] = {0, 1, 0.05, 2};
|
||||
};
|
||||
};
|
||||
|
@ -13,7 +13,7 @@ class Extended_PreInit_EventHandlers {
|
||||
class Extended_Init_EventHandlers {
|
||||
class CAManBase {
|
||||
class ADDON {
|
||||
init = QUOTE(call FUNC(install));
|
||||
init = QUOTE(call FUNC(initUnit));
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user