Gayjam
This commit is contained in:
parent
d972e9c6c7
commit
630e9d96de
|
@ -27898,6 +27898,10 @@ PrefabInstance:
|
|||
propertyPath: _player
|
||||
value:
|
||||
objectReference: {fileID: 1573807344}
|
||||
- target: {fileID: 3650884189301972455, guid: e1e33f0b2075b5c40817665dd8a86f31, type: 3}
|
||||
propertyPath: Needs.Array.size
|
||||
value: 4
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3650884189301972455, guid: e1e33f0b2075b5c40817665dd8a86f31, type: 3}
|
||||
propertyPath: _developers.Array.size
|
||||
value: 4
|
||||
|
|
|
@ -237,7 +237,7 @@ public class Developer : MonoBehaviour
|
|||
_happiness += 0.2;
|
||||
}
|
||||
|
||||
_urgeToUrinateLevel -= caffeineAmount / 0.5f;
|
||||
_urgeToUrinateLevel -= caffeineAmount / 2.0;
|
||||
|
||||
_wantedDrink = WantedConsumable.None;
|
||||
}
|
||||
|
@ -272,7 +272,7 @@ public class Developer : MonoBehaviour
|
|||
_happiness += 0.2;
|
||||
}
|
||||
|
||||
_urgeToUrinateLevel -= foodAmount / 0.5f;
|
||||
_urgeToUrinateLevel -= foodAmount / 2.0;
|
||||
|
||||
_wantedFood = WantedConsumable.None;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue