mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
fixes examine linebreak
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user