Custom items for special people

They have to be manually coded in atm, but someone will no doubt eventually make it use a database when we get that going again (if we don't already)
This commit is contained in:
Miniature
2011-12-24 03:34:25 +10:30
parent 701ea98e6d
commit 803bed1c18
3 changed files with 4 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ var/global/datum/controller/gameticker/ticker
captainless=0
if(player.mind.assigned_role != "MODE")
job_master.EquipRank(player, player.mind.assigned_role, 0)
EquipCustomItems(player)
if(captainless)
world << "Captainship not forced on anyone."

View File

@@ -231,6 +231,7 @@
var/icon/char_icon = getFlatIcon(character,0)//We're creating out own cache so it's not needed.
job_master.AssignRole(character, rank, 1)
job_master.EquipRank(character, rank, 1)
EquipCustomItems(character)
character.loc = pick(latejoin)
AnnounceArrival(character, rank)