mirror of
https://github.com/solero/houdini.git
synced 2024-11-10 05:08:19 +00:00
Fix syntax error in penguin class __slots__
This commit is contained in:
parent
0bc4bdd8fe
commit
093766abef
@ -5,7 +5,7 @@ from houdini.spheniscidae import Spheniscidae
|
||||
|
||||
class Penguin(Spheniscidae):
|
||||
|
||||
__slots__ = ['x', 'y', 'frame', 'room', 'waddle', 'table', 'data', 'muted'
|
||||
__slots__ = ['x', 'y', 'frame', 'room', 'waddle', 'table', 'data', 'muted',
|
||||
'login_key', 'member', 'membership_days', 'avatar',
|
||||
'walking_puffle', 'permissions', 'active_quests']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user