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 13, 2024
1 parent 58a27b2 commit 71acf18
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,10 +189,10 @@
GLOB.alive_mob_list -= brainmob//Get outta here
held_brain.brainmob = brainmob//Set the brain to use the brainmob
held_brain.brainmob.cancel_camera()
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
REMOVE_TRAIT(brainmob, TRAIT_NO_SPELLS, UNIQUE_TRAIT_SOURCE(src))
update_appearance(UPDATE_ICON_STATE|UPDATE_NAME)


Expand Down

0 comments on commit 71acf18

Please sign in to comment.