mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user