Skip to content

Commit

Permalink
Update MMI.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
timchigaming authored Oct 14, 2024
1 parent 37da3ee commit 61f9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/brain/MMI.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
GLOB.alive_mob_list -= brainmob//Get outta here
held_brain.brainmob = brainmob//Set the brain to use the brainmob
held_brain.brainmob.cancel_camera()
ADD_TRAIT(brainmob, TRAIT_NO_SPELLS, UNIQUE_TRAIT_SOURCE(src)) // Dont use spells, little brain.
REMOVE_TRAIT(brainmob, TRAIT_NO_SPELLS, UNIQUE_TRAIT_SOURCE(src))
brainmob = null//Set mmi brainmob var to null
held_brain.forceMove(dropspot)
held_brain = null
Expand Down

0 comments on commit 61f9415

Please sign in to comment.