Vox/Plasmaman spawn/wizard update

This commit is contained in:
Markolie
2015-09-23 08:14:12 +02:00
parent 9adff714b9
commit b4a4f29f3f
7 changed files with 41 additions and 37 deletions
-1
View File
@@ -367,7 +367,6 @@ var/global/datum/controller/gameticker/ticker
if(player.mind.assigned_role == "Captain")
captainless=0
if(player.mind.assigned_role != "MODE")
EquipRacialItems(player)
job_master.EquipRank(player, player.mind.assigned_role, 0)
EquipCustomItems(player)
if(captainless)
+3
View File
@@ -184,6 +184,9 @@
wizard_mob.equip_to_slot_or_del(new /obj/item/weapon/spellbook(wizard_mob), slot_r_hand)
wizard_mob.faction = list("wizard")
// For Vox and plasmadudes.
wizard_mob.species.equip(wizard_mob)
wizard_mob << "You will find a list of available spells in your spell book. Choose your magic arsenal carefully."
wizard_mob << "In your pockets you will find a teleport scroll. Use it as needed."