mirror of
https://github.com/ConjureETS/Human-Farm-Tycoon.git
synced 2026-03-24 02:11:07 +00:00
Version Finale
This commit is contained in:
parent
7d4c0f1050
commit
c99fb32b5e
@ -391,8 +391,6 @@ public class Stats : MonoBehaviour
|
|||||||
AmountOfHumans += Mathf.RoundToInt(r *(HUMANS_PER_HOUSE * AmountHumanHouse));
|
AmountOfHumans += Mathf.RoundToInt(r *(HUMANS_PER_HOUSE * AmountHumanHouse));
|
||||||
if (isHumanMaxCapacity())
|
if (isHumanMaxCapacity())
|
||||||
AmountOfHumans = nbHumanHouses * HOUSE_SUPPLY_CAP;
|
AmountOfHumans = nbHumanHouses * HOUSE_SUPPLY_CAP;
|
||||||
|
|
||||||
|
|
||||||
AmountOfZHunger += NbOfHungerByCoprseEat * nbZombieAssigneEat;
|
AmountOfZHunger += NbOfHungerByCoprseEat * nbZombieAssigneEat;
|
||||||
AmountOfZombies += NbZombieAssigneCorpse;
|
AmountOfZombies += NbZombieAssigneCorpse;
|
||||||
ResetZombieAssigne();
|
ResetZombieAssigne();
|
||||||
|
|||||||
@ -8,6 +8,4 @@ EditorBuildSettings:
|
|||||||
- enabled: 1
|
- enabled: 1
|
||||||
path: Assets/Scene/AwesomeSplashScreen.unity
|
path: Assets/Scene/AwesomeSplashScreen.unity
|
||||||
- enabled: 1
|
- enabled: 1
|
||||||
path: Assets/Scene/Menu.unity
|
path: Assets/Scene/MainScene.unity
|
||||||
- enabled: 1
|
|
||||||
path: Assets/Scene/MAScene.unity
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user