Re-added custom items

This commit is contained in:
ZomgPonies
2013-09-12 15:44:39 -04:00
parent de2210775a
commit b37821e854
3 changed files with 34 additions and 5 deletions
+1 -3
View File
@@ -284,14 +284,12 @@
var/mob/living/carbon/human/character = create_character() //creates the human and transfers vars and mind
job_master.EquipRank(character, rank, 1) //equips the human
//EquipCustomItems(character)
EquipCustomItems(character)
character.loc = pick(latejoin)
character.lastarea = get_area(loc)
ticker.mode.latespawn(character)
//ticker.mode.latespawn(character)
if(character.mind.assigned_role != "Cyborg")
data_core.manifest_inject(character)
ticker.minds += character.mind//Cyborgs and AIs handle this in the transform proc. //TODO!!!!! ~Carn