3 override void SetActions()
13 override float GetInfectionChance(
int system = 0,
Param param = null)
26 override bool CanBeDisinfected()
31 override void OnCombine(
ItemBase other_item)
33 super.OnCombine(other_item);
34 if (
m_Cleanness == 1 && other_item.m_Cleanness == 0)
ActionSewSelfCB ActionContinuousBaseCB ActionSewSelf()
ActionSewTargetCB ActionContinuousBaseCB ActionSewTarget()
void AddAction(typename actionName)
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
override void SetCleanness(int value, bool allow_client=false)