diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index 40ec6602624..0549d6dc4c4 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) || !istype(usr, /mob/living/carbon/human)) + if (!istype(src.loc, /turf)) return 0 // Do not update ui if( href_list["cmode"] )