Initial upload

This commit is contained in:
Patrick Marsee 2016-11-25 11:01:11 -05:00
commit c5b00e01df
9 changed files with 1050 additions and 0 deletions

13
status.py Normal file
View file

@ -0,0 +1,13 @@
#! usr/bin/python3
"status.py"
import spell
def apply(player = spell.Spelling_Player()):
if(player.max_letters != spell.Spelling_Player.LEVEL):
player.max_letters = spell.Spelling_Player.LEVEL
if(player.status & spell.Letter.STATUSES["q"]):
player.max_letters //= 2