mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
maxGarden
This commit is contained in:
parent
f772fd8e27
commit
c042107c4d
1 changed files with 8 additions and 1 deletions
|
@ -4983,3 +4983,10 @@ def epp(dept, command="add"):
|
|||
def promote(dept):
|
||||
spellbook.getTarget().b_promote(dept)
|
||||
|
||||
@magicWord(category=CATEGORY_PROGRAMMER)
|
||||
def maxGarden():
|
||||
av = spellbook.getInvoker()
|
||||
av.b_setShovel(3)
|
||||
av.b_setWateringCan(3)
|
||||
av.b_setShovelSkill(639)
|
||||
av.b_setWateringCanSkill(999)
|
||||
|
|
Loading…
Reference in a new issue