else
This commit is contained in:
parent
efbe6aae64
commit
f108b26a5f
3 changed files with 4 additions and 2 deletions
BIN
.GitImages/Dodgy02.png
Normal file
BIN
.GitImages/Dodgy02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -7,6 +7,8 @@ Get chased by exclamators. Collect candies to get bombs. Blow up exclamators. Re
|
|||
|
||||
![Screenshot](/../master/.GitImages/Dodgy01.png?raw=true)
|
||||
|
||||
![Screenshot](/../master/.GitImages/Dodgy02.png?raw=true)
|
||||
|
||||
|
||||
|
||||
Ideas for later:
|
||||
|
|
|
@ -74,7 +74,7 @@ class tgame:
|
|||
|
||||
self.isdeath = False
|
||||
self.bombcost = 4
|
||||
self.phantomcost = 10
|
||||
self.phantomcost = 100
|
||||
self.helplabelindex = -1
|
||||
|
||||
self.helplabeltexts = [
|
||||
|
@ -283,7 +283,7 @@ class tgame:
|
|||
goodtogo = False
|
||||
|
||||
if goodtogo:
|
||||
life = 10
|
||||
life = 15
|
||||
self.collections = 0
|
||||
life += round(self.collections / 3)
|
||||
print('[ ' + self.symbols['char'] + ' ] New phantom with ' + str(life) + ' life')
|
||||
|
|
Loading…
Reference in a new issue