fixes examine linebreak

This commit is contained in:
lm40
2020-08-14 20:46:34 -04:00
committed by GitHub
parent 0ae9116630
commit ac328d76fe

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)