This commit is contained in:
boy2mantwicethefam
2024-06-27 17:10:40 +03:00
committed by GitHub
parent f6d71f4302
commit 5e6d6e5698
6 changed files with 0 additions and 26 deletions

View File

@@ -62,8 +62,6 @@
..()
var/mob/living/carbon/human/H = target
for(var/spell/spell in H.mind.wizard_spells)
H.remove_spell(spell)
H.dropBorers()
var/obj/item/organ/internal/brain/B = src
if(istype(B) && istype(H))

View File

@@ -2202,10 +2202,6 @@
if(op_stage.butt == SURGERY_NO_BUTT)
return
var/obj/item/clothing/head/butt/donkey = new(where)
if(mind.wizard_spells)
donkey.spells.Add(mind.wizard_spells)
for(var/spell/spell in mind.wizard_spells)
remove_spell(spell)
donkey.transfer_buttdentity(src)
op_stage.butt = SURGERY_NO_BUTT
return donkey