powder that makes you say yes

This commit is contained in:
Nadyr
2022-09-18 20:34:31 -04:00
committed by GitHub
parent 9e7de62450
commit e62c484dda

View File

@@ -529,18 +529,11 @@ Traitors and the like can also be revived with the previous role mostly intact.
//If desired, apply equipment.
if(equipment)
if(charjob)
<<<<<<< HEAD
job_master.EquipRank(new_character, charjob, 1, announce)
new_character.mind.assigned_role = charjob
new_character.mind.role_alt_title = job_master.GetPlayerAltTitle(new_character, charjob)
equip_custom_items(new_character) //CHOMPEdit readded to enable custom_item.txt
=======
job_master.EquipRank(new_character, charjob, 1)
if(new_character.mind)
new_character.mind.assigned_role = charjob
new_character.mind.role_alt_title = job_master.GetPlayerAltTitle(new_character, charjob)
//equip_custom_items(new_character) //VOREStation Removal
>>>>>>> 607d730743... Merge pull request #13738 from Heroman3003/admin-runtimes
equip_custom_items(new_character) //CHOMPEdit readded to enable custom_item.txt
//If desired, add records.
if(records)