diff --git a/code/modules/mob/living/silicon/robot/emote.dm b/code/modules/mob/living/silicon/robot/emote.dm index 2351f90a972..72df46e226f 100644 --- a/code/modules/mob/living/silicon/robot/emote.dm +++ b/code/modules/mob/living/silicon/robot/emote.dm @@ -166,7 +166,7 @@ set category = "Robot Commands" set name = "Power Warning" - if(handle_emote_CD()) + if(handle_emote_CD(50)) return if(!is_component_functioning("power cell") || !cell || !cell.charge)