mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Vox/Plasmaman spawn/wizard update
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user