mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
lazy
This commit is contained in:
parent
9b5d51f65f
commit
1716707f2d
2 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,10 @@ class DistributedBossbotBoss(DistributedBossCog.DistributedBossCog, FSM.FSM):
|
|||
def announceGenerate(self):
|
||||
global OneBossCog
|
||||
DistributedBossCog.DistributedBossCog.announceGenerate(self)
|
||||
self.setName(TTLocalizer.BossbotBossName)
|
||||
nameInfo = TTLocalizer.BossCogNameWithDept % {'name': self.name,
|
||||
'dept': SuitDNA.getDeptFullname(self.style.dept)}
|
||||
self.setDisplayName(nameInfo)
|
||||
self.loadEnvironment()
|
||||
self.__makeResistanceToon()
|
||||
base.localAvatar.chatMgr.chatInputSpeedChat.addCEOMenu()
|
||||
|
|
|
@ -4689,6 +4689,7 @@ MissingKeySanityCheck = 'Ignore me'
|
|||
SellbotBossName = 'Senior V. P.'
|
||||
CashbotBossName = 'C. F. O.'
|
||||
LawbotBossName = 'Chief Justice'
|
||||
BossbotBossName = 'C. E. O.'
|
||||
BossCogNameWithDept = '%(name)s\n%(dept)s'
|
||||
BossCogPromoteDoobers = 'You are hereby promoted to full-fledged %s. Congratulations!'
|
||||
BossCogDoobersAway = {'s': 'Go! And make that sale!'}
|
||||
|
|
Loading…
Reference in a new issue