mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Merge branch 'master' of https://gitlab.com/ToontownUnited/src
This commit is contained in:
commit
f9f0616466
1 changed files with 4 additions and 0 deletions
|
@ -5225,3 +5225,7 @@ def emblems(silver=10, gold=10):
|
|||
spellbook.getTarget().addEmblems((gold, silver))
|
||||
return 'Restocked with Gold: %s Silver: %d' % (gold, silver)
|
||||
|
||||
@magicWord(category=CATEGORY_PROGRAMMER)
|
||||
def catalog():
|
||||
simbase.air.catalogManager.deliverCatalogFor(spellbook.getTarget())
|
||||
|
||||
|
|
Loading…
Reference in a new issue