Skip to content

Commit

Permalink
Update MMI.dm
Browse files Browse the repository at this point in the history
Signed-off-by: K3L <[email protected]>
  • Loading branch information
K3Licia authored Nov 29, 2024
1 parent d07248a commit abd0538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/brain/MMI.dm
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
if(3)
brainmob.emp_damage = min(brainmob.emp_damage + rand(0,10), 30)
brainmob.emote("alarm")
SEND_SIGNAL(brainmob, COMSIG_LIVING_MINOR_SHOCK)
SEND_SIGNAL(brainmob, COMSIG_LIVING_MINOR_SHOCK) // DOPPLER EDIT ADDITION

/obj/item/mmi/atom_deconstruct(disassembled = TRUE)
if(brain)
Expand Down

0 comments on commit abd0538

Please sign in to comment.