diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index 9ceeb4e21e4..3c0ec85ce84 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -215,7 +215,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/)) return 0 // Do not update ui if( href_list["cmode"] )