diff --git a/code/modules/assembly/health.dm b/code/modules/assembly/health.dm index 6bb12f327ea..23c329894e7 100644 --- a/code/modules/assembly/health.dm +++ b/code/modules/assembly/health.dm @@ -38,6 +38,9 @@ return secured /obj/item/assembly/health/AltClick(mob/living/user) + if(!can_interact(user)) + return + if(alarm_health == HEALTH_THRESHOLD_CRIT) alarm_health = HEALTH_THRESHOLD_DEAD to_chat(user, span_notice("You toggle [src] to \"detect death\" mode."))