mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user