changed will to live (level) back to non dev
Signed-off-by: Spafi <spafi@noreply.git.spafi.eu>
This commit is contained in:
parent
e383c8afed
commit
45c18a7713
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ class Convo(Label):
|
|||
for i in range(0,5):
|
||||
objects[1].append(Rat('rat', random.randint(150,250), 800, 400+i*20, 1, 1, 1, 100, 25))
|
||||
elif convo[1] == 1:
|
||||
objects[0][0].level.level = 50
|
||||
objects[0][0].level.level = 5
|
||||
while 'rat' in objects[0][0].killed: objects[0][0].killed.remove('rat')
|
||||
elif convo[0] == 'elder':
|
||||
if convo[1] == 0:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue