This commit is contained in:
Kashargul
2024-12-06 22:26:07 +01:00
parent e0972e8325
commit 5398ec84bf
22 changed files with 69 additions and 45 deletions
@@ -46,7 +46,7 @@
env.add_thermal_energy(-10 * 1000)
/datum/blob_type/cryogenic_goo/on_chunk_tick(obj/item/blobcore_chunk/B)
B.reagents.add_reagent("cryoslurry", 0.5)
B.reagents.add_reagent(REAGENT_ID_CRYOSLURRY, 0.5)
var/turf/simulated/T = get_turf(B)
if(!istype(T))