mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
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:
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)
|
||||
|
||||
Reference in New Issue
Block a user