diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm index 5e13d319f5..4eb7efec01 100644 --- a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm @@ -419,7 +419,7 @@ var/C = locate(/obj/machinery/clamp) in get_turf(A) if(!C) if(length(clamps) >= max_clamps) - to_chat(user, span_notice("You've already placed the maximum amount of [max_clamps] [src]s. Find and remove some before placing new ones.")) + to_chat(user, span_warning("You've already placed the maximum amount of [max_clamps] [src]s. Find and remove some before placing new ones.")) return busy = TRUE to_chat(user, span_notice("You begin to attach \the [C] to \the [A]..."))