mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
Adds Wizard adept midround (#31784)
* Adds Wizard adept midround * Fixes HUD bug * Teaches fireproofing for sacred flame * Teaches them better * Mugwort compatibility
This commit is contained in:
@@ -72,6 +72,8 @@
|
||||
var/list/datum/mind/pre_mindflayers = list()
|
||||
/// A list of all minds which have the wizard special role
|
||||
var/list/datum/mind/wizards = list()
|
||||
/// A list of all minds that are wizard adepts
|
||||
var/list/datum/mind/adepts = list()
|
||||
/// A list of all minds that are wizard apprentices
|
||||
var/list/datum/mind/apprentices = list()
|
||||
/// A list of all minds that are ninjas
|
||||
|
||||
Reference in New Issue
Block a user