mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
I just pulled a TTF
This commit is contained in:
parent
4aff992837
commit
22ca07fa7b
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class TutorialManagerAI(DistributedObjectAI):
|
|||
|
||||
for i in xrange(len(access)):
|
||||
if access[i] == 1:
|
||||
av.inventory.addItem(i, 1)
|
||||
av.inventory.addItem(i, 0)
|
||||
|
||||
av.d_setInventory(av.inventory.makeNetString())
|
||||
av.experience.zeroOutExp()
|
||||
|
|
Loading…
Reference in a new issue