part 1 - 41928

This commit is contained in:
SandPoot
2023-07-26 21:45:43 -03:00
parent 3c3f609541
commit 11aa13e4e8
36 changed files with 384 additions and 467 deletions
-5
View File
@@ -1636,11 +1636,6 @@ GLOBAL_LIST(objective_choices)
for(var/X in spell_list)
var/obj/effect/proc_holder/spell/S = X
S.action.Grant(new_character)
var/datum/antagonist/changeling/changeling = new_character.mind.has_antag_datum(/datum/antagonist/changeling)
if(changeling &&(ishuman(new_character) || ismonkey(new_character)))
for(var/P in changeling.purchasedpowers)
var/obj/effect/proc_holder/changeling/I = P
I.action.Grant(new_character)
/datum/mind/proc/disrupt_spells(delay, list/exceptions = New())
for(var/X in spell_list)