Fixes #2939 by removing the simple animal mind datum that replaced the assigned_role with animal instead of keeping as it is.
Also, adds apprentices to the wizard antag list, allowing them to use aooc and etc.
This commit is contained in:
Alberyk
2017-07-04 23:51:09 +03:00
committed by skull132
parent 405366d15f
commit 6637052899
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -50,6 +50,7 @@
user.mind.assigned_role = "Apprentice"
user << "<span class='notice'>With the signing of this paper you agree to become \the [contract_master]'s apprentice in the art of wizardry.</span>"
user.faction = "Space Wizard"
wizards.add_antagonist_mind(user.mind,1)
new /obj/item/weapon/spellbook/student(get_turf(user))
return 1
return 0