Skip to content

Commit

Permalink
.8 Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
0n1udra committed May 13, 2020
1 parent c01e360 commit f06a184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified Slime/.tensei.py.swp
Binary file not shown.
6 changes: 3 additions & 3 deletions Slime/Tensei.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ASCII Art
import ascii

debug = True
debug = False
if debug:
from sleep import sleep
ascii.great_sage, ascii.slime = 'GREAT_SAGE', 'SLIME'
Expand Down Expand Up @@ -54,10 +54,10 @@ class Scene_Intro(Scene_Template):
def sleep(self): pass

def SceneStart(self):
sprint(t3, "NOTE: You can access inventory/attributes whenever input is possible, (stats, inv)")

sprint(t2, ascii.great_sage)

sprint(t3, "NOTE: You can access inventory/attributes whenever input is possible, (stats, inv)")

sprint(t3, "<<Confirmation Complete. Constructing a body that does not require blood...>>")
#TODO Add Skill
sprint(t2, "<<Confirmation Complete. Acquiring Skill [Predator]...>>")
Expand Down

0 comments on commit f06a184

Please sign in to comment.