Initial upload
This commit is contained in:
commit
c5b00e01df
9 changed files with 1050 additions and 0 deletions
13
status.py
Normal file
13
status.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue