mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user