Skip to content
Snippets Groups Projects
Commit e69d2bbf authored by FISCHER MELVYN's avatar FISCHER MELVYN
Browse files

Merge branch 'master' into 'debug'

Modif premier boutique

See merge request chirz/cityescape!98
parents 8f7525a3 c9253f78
Branches
No related merge requests found
......@@ -85,7 +85,7 @@ public class PlayerMovement : MonoBehaviour
void gameIntelligence()
{
if (this.GetComponent<PlayerNature>().currentNature <= 100 && stage == 0)
if (this.GetComponent<PlayerNature>().currentNature >= 100 && stage == 0)
{
GenerateMap.instance.generateBoutique(0, 0, "chaussure");
stage++;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment