Ported custom items system.

This commit is contained in:
Chinsky
2012-10-30 02:27:51 +04:00
parent 51423e139e
commit 6f1852449d
7 changed files with 98 additions and 16 deletions
@@ -370,6 +370,7 @@
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)
character.loc = pick(latejoin)
character.lastarea = get_area(loc)