Liquid belly hotfix (#17396)

* tummy sanity

* Update belly_obj_liquids.dm

* Update belly_obj_liquids.dm

* Update belly_obj_liquids.dm

* Update belly_obj_liquids.dm

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-03-22 00:38:48 +01:00
committed by GitHub
co-authored by Kashargul
parent 5041170ae1
commit c4ffdd04e1
@@ -383,6 +383,10 @@
/obj/belly/deserialize(var/list/data)
..()
if(!SSchemistry.chemical_reagents[reagentid])
to_chat(owner, span_warning("Belly reagent with ID \"[reagentid]\" not found, please reselect your liquid reagent"))
reagentid = REAGENT_ID_WATER
generated_reagents = list(REAGENT_ID_WATER = 1)
STOP_PROCESSING(SSbellies, src)
STOP_PROCESSING(SSobj, src)
if(speedy_mob_processing)