mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06:00
卐 House Door Flickering Fix 卐
This commit is contained in:
parent
cf74341d9e
commit
3c80ecc367
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@ class DistributedHouseDoor(DistributedDoor.DistributedDoor):
|
||||||
return 'door_trigger_' + str(self.houseId)
|
return 'door_trigger_' + str(self.houseId)
|
||||||
|
|
||||||
def hideDoorParts(self):
|
def hideDoorParts(self):
|
||||||
pass
|
try:
|
||||||
|
self.findDoorNode('doorFrameHoleRight').hide()
|
||||||
|
self.findDoorNode('doorFrameHoleLeft').hide()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
def announceGenerate(self):
|
def announceGenerate(self):
|
||||||
DistributedObject.DistributedObject.announceGenerate(self)
|
DistributedObject.DistributedObject.announceGenerate(self)
|
||||||
|
|
Loading…
Reference in a new issue