From 258784dea7df4ffc28749c2ac51b075578770d10 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 19 Jan 2014 17:32:04 -0500 Subject: [PATCH] Cccomp is Sssilly --- code/modules/power/smes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index d7aa2704ec5..40ec6602624 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -230,7 +230,7 @@ //world << "[href] ; [href_list[href]]" - if (!istype(src.loc, /turf) || !istype(usr, /mob/living/silicon/ai)) + if (!istype(src.loc, /turf) || !istype(usr, /mob/living/silicon/ai) || !istype(usr, /mob/living/carbon/human)) return 0 // Do not update ui if( href_list["cmode"] )