Merge pull request #3116 from VOREStation/spawn

Makes the 'Spawn Character' verb include custom items
This commit is contained in:
Anewbe
2017-03-21 18:38:23 -05:00
committed by GitHub
+4 -2
View File
@@ -471,8 +471,10 @@ Traitors and the like can also be revived with the previous role mostly intact.
antag_data.place_mob(new_character)
//If desired, apply equipment.
if(equipment && charjob)
job_master.EquipRank(new_character, charjob, 1)
if(equipment)
if(charjob)
job_master.EquipRank(new_character, charjob, 1)
equip_custom_items(new_character)
//If desired, add records.
if(records)