mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 00:33:20 +01:00
[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:
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)
|
||||
|
||||
Reference in New Issue
Block a user