mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Merge branch 'master' of https://github.com/stevetts/tts_src
This commit is contained in:
commit
f36f395054
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@ class DistributedHouseDoor(DistributedDoor.DistributedDoor):
|
|||
return 'door_trigger_' + str(self.houseId)
|
||||
|
||||
def hideDoorParts(self):
|
||||
pass
|
||||
try:
|
||||
self.findDoorNode('doorFrameHoleRight').hide()
|
||||
self.findDoorNode('doorFrameHoleLeft').hide()
|
||||
except:
|
||||
pass
|
||||
|
||||
def announceGenerate(self):
|
||||
DistributedObject.DistributedObject.announceGenerate(self)
|
||||
|
|
Loading…
Reference in a new issue