Merge pull request #8701 from lm40/master

fixes extra linebreak on vore examine
This commit is contained in:
Novacat
2020-08-14 21:04:50 -04:00
committed by GitHub
+2 -2
View File
@@ -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("<span class='warning'>[formatted_message]</span><BR>")
return("<span class='warning'>[formatted_message]</span>")
else
return ""
@@ -721,4 +721,4 @@
return dupe
/obj/belly/container_resist(mob/M)
return relay_resist(M)
return relay_resist(M)