diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index d5b6d1cbc8..2f2c55b85a 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -329,7 +329,7 @@ if(!P.absorbed) //This is required first, in case there's a person absorbed and not absorbed in a stomach. total_bulge += P.size_multiplier if(total_bulge >= bulge_size && bulge_size != 0) - return("[formatted_message]
") + return("[formatted_message]") else return "" @@ -721,4 +721,4 @@ return dupe /obj/belly/container_resist(mob/M) - return relay_resist(M) \ No newline at end of file + return relay_resist(M)