Skip to content
Snippets Groups Projects
Commit c9253f78 authored by Raffael Di Pietro's avatar Raffael Di Pietro
Browse files

Modif premier boutique

parent 8f7525a3
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