コード例 #1
0
 def unEquip(self):
     LocationGag.cleanupLocationSeeker(self)
     SquirtGag.unEquip(self)
     self.completeSquirt()
コード例 #2
0
ファイル: StormCloud.py プロジェクト: coginvasion/src
 def unEquip(self):
     LocationGag.cleanupLocationSeeker(self)
     SquirtGag.unEquip(self)
     self.completeSquirt()
コード例 #3
0
ファイル: ActivateTrapGag.py プロジェクト: coginvasion/src
 def unEquip(self):
     TrapGag.unEquip(self)
     LocationGag.cleanupLocationSeeker(self)
コード例 #4
0
 def unEquip(self):
     TrapGag.unEquip(self)
     LocationGag.cleanupLocationSeeker(self)