mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Can't use book while swimming anymore
This commit is contained in:
parent
2b02385e51
commit
82d0bc2038
1 changed files with 2 additions and 0 deletions
|
@ -1592,6 +1592,7 @@ class Toon(Avatar.Avatar, ToonHead):
|
|||
self.getGeomNode().setP(-89.0)
|
||||
self.dropShadow.hide()
|
||||
if self.isLocal():
|
||||
self.book.obscureButton(1)
|
||||
self.useSwimControls()
|
||||
self.nametag3d.setPos(0, -2, 1)
|
||||
self.startBobSwimTask()
|
||||
|
@ -1644,6 +1645,7 @@ class Toon(Avatar.Avatar, ToonHead):
|
|||
self.dropShadow.show()
|
||||
if self.isLocal():
|
||||
self.useWalkControls()
|
||||
self.book.obscureButton(False)
|
||||
self.nametag3d.setPos(0, 0, self.height + 0.5)
|
||||
Emote.globalEmote.releaseAll(self, 'exitSwim')
|
||||
|
||||
|
|
Loading…
Reference in a new issue