Skip to content
Snippets Groups Projects
Commit dd42b944 authored by KALCK DAMIEN's avatar KALCK DAMIEN
Browse files

Merge branch 'main' into 'main'

ça crachait

See merge request l.duchmann/climate-simulator-global-organization!22
parents 1edfa1c7 e47f8246
No related merge requests found
...@@ -266,7 +266,7 @@ class Game: ...@@ -266,7 +266,7 @@ class Game:
newBat.setInformation("Occupe", "Espace occupé") newBat.setInformation("Occupe", "Espace occupé")
newBat.setInformation("Nom","Emplacement pour"+str(self.dragBatiment.NameObjet)) newBat.setInformation("Nom","Emplacement pour"+str(self.dragBatiment.NameObjet))
newBat.setInformation("coutEntretien","30€ d'entretien mensuel ") newBat.setInformation("coutEntretien","30€ d'entretien mensuel ")
champ.showInfo(self.screen,self.recInformation,newBat.descripteurInfrastructure) champ.showInfo(self.screen,self.recInformation)
#Perdre l'argent #Perdre l'argent
variable = self.dragBatiment.montantAchat variable = self.dragBatiment.montantAchat
......
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