Skip to content

Commit

Permalink
updated predate help
Browse files Browse the repository at this point in the history
  • Loading branch information
0n1udra committed Jun 2, 2020
1 parent 18b39ba commit faf8d69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/start_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def ShowHelp():
print("""
Commands:
target TARGET(s) -- Target commands and abilities. E.g. 'target tempest serpent'
attack <TARGET> with SKILL -- Attack optional target(s) with skill(s). E.g. 'attack with water blade', tempest serpent with water blade
attack <TARGET> with SKILL -- Attack target(s) (if not already targeting) with skill(s). E.g. 'attack with water blade', 'attack tempest serpent with water blade'
- Multiple targets and/or attacks separated by comma. E.g. 'attack tempest serpent, black spider with water blade, poisonous breath'
use SKILL(s) -- Use skill/items. E.g. 'use sense heat source'
stats -- Show yours skills and resistances.
Expand Down Expand Up @@ -252,7 +252,6 @@ def ssprint(Msg):
rimuru.textDelay = False
else:
print("Text Delay: ENABLED")
rimuru.textDelay = False
sleep(1)
print("\n\n")

Expand Down

0 comments on commit faf8d69

Please sign in to comment.