diff --git a/yogstation/code/modules/power/energyharvester.dm b/yogstation/code/modules/power/energyharvester.dm index 5ff42c49..4b250791 100644 --- a/yogstation/code/modules/power/energyharvester.dm +++ b/yogstation/code/modules/power/energyharvester.dm @@ -120,7 +120,7 @@ GLOBAL_LIST_EMPTY(energy_harvesters) shake_animation(0.5) playsound(loc, 'sound/machines/clockcult/steam_whoosh.ogg', 75, TRUE) var/turf/T = get_turf(src) - T.atmos_spawn_air("co2=10;TEMP=100]") + T.atmos_spawn_air("co2=25;TEMP=300]") if(prob(7)) tesla_zap(src, 5, 1000, TESLA_MOB_DAMAGE | TESLA_OBJ_DAMAGE) take_damage(1)