Gives Drask brains their own MMI sprite

It doesn't make much sense for their brains to look like other brains when put into an MMI.dm

Signed-off-by: HugoLuman <qaggeler@uci.edu>
This commit is contained in:
HugoLuman
2016-05-19 21:35:18 -07:00
parent 3b30dae4a0
commit c1a333f504
2 changed files with 5 additions and 0 deletions
@@ -49,6 +49,11 @@
icon = 'icons/mob/alien.dmi'
icon_state = "AlienMMI"
alien = 1
else if(istype(O,/obj/item/organ/internal/brain/drask))
name = "Man-Machine Interface: [brainmob.real_name]"
icon = 'icons/obj/surgery_drask.dmi'
icon_state = "mmi_full"
alien = 0
else
name = "Man-Machine Interface: [brainmob.real_name]"
icon_state = "mmi_full"