mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
sorry (#36696)
This commit is contained in:
committed by
GitHub
parent
f6d71f4302
commit
5e6d6e5698
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user