diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index aac7c075492..9f5a21c81b3 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -171,7 +171,9 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that var/class = null var/returnval = null - var/procname = input("Procpath (e.g. just \"update\" for lights)","path:", null) + var/procname = input("Procpath (e.g. just \"update\" for lights)","path:", null) as null|text + + if(!procname || procname == "") return if(procname == "") return diff --git a/code/modules/mob/living/carbon/alien/humanoid/hud.dm b/code/modules/mob/living/carbon/alien/humanoid/hud.dm index 35d7f133134..608dd6464d6 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/hud.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/hud.dm @@ -263,6 +263,7 @@ mymob.blind.name = " " mymob.blind.screen_loc = "1,1 to 15,15" mymob.blind.layer = 0 + mymob.blind.mouse_opacity = 0 mymob.flash = new /obj/screen( null ) mymob.flash.icon = 'screen1_alien.dmi'