[MIRROR] Liquid belly hotfix (#10500)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-22 10:35:59 -07:00
committed by GitHub
parent 3faddc83c1
commit f459b4bd4f
@@ -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)