mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +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.
|
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
|
total_bulge += P.size_multiplier
|
||||||
if(total_bulge >= bulge_size && bulge_size != 0)
|
if(total_bulge >= bulge_size && bulge_size != 0)
|
||||||
return("<span class='warning'>[formatted_message]</span><BR>")
|
return("<span class='warning'>[formatted_message]</span>")
|
||||||
else
|
else
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user