parsav  Diff

Differences From Artifact [ee3dfa15a8]:

To Artifact [4f69a41277]:


   385    385   					root.handle = cfmode.arglist(0)
   386    386   					var epithets = array(
   387    387   						'root', 'god', 'regional jehovah', 'titan king',
   388    388   						'king of olympus', 'cyberpharaoh', 'electric ellimist',
   389    389   						"rampaging c'tan", 'deathless tweetlord', 'postmaster',
   390    390   						'faerie queene', 'lord of the posts', 'ruthless cybercrat',
   391    391   						'general secretary', 'commissar', 'kwisatz haderach',
   392         -						'dedicated hyperturing'
          392  +						'dedicated hyperturing', 'grand inquisitor', 'reverend mother',
          393  +						'cyberpope', 'verified®', 'patent pending'
   393    394   						-- feel free to add more
   394    395   					)
   395    396   					root.epithet = epithets[lib.crypt.random(intptr,0,[epithets.type.N])]
   396    397   					root.rights.powers:fill() -- grant omnipotence
   397    398   					root.rights.rank = 1
   398    399   					var ruid = dlg:actor_create(&root)
   399    400   					dlg:conf_set('master',root.handle)