Introduced Eggs.

Every tamagotchi will spawn an egg, all the time(DEBUG)
This commit is contained in:
luxick
2016-02-26 19:04:12 +01:00
parent 07abef887c
commit 07af201350
4 changed files with 46 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ from config import *
import os
class Util:
def make_Tamagotchi(self):
name = self.generateName()
hunger = random.randrange(statrange[0],statrange[1],1)