Fixes fireproof reagent containers (#84607)

Fixes: https://github.com/tgstation/tgstation/issues/84592

## About The Pull Request

Reagent containers had a duplicated fire_act proc which somehow resulted
in fireproof reagent containers of all kinds.
This is now deleted.

## Why It's Good For The Game

Fixes a bug.

## Changelog

🆑
fix: Reagent containers are no longer mysteriously fireproof.
/🆑
This commit is contained in:
hyperjll
2024-07-05 20:01:42 +02:00
committed by GitHub
parent fec1d7dfbc
commit f9c8beca25
@@ -266,9 +266,6 @@
reagents.expose_temperature(1000)
return ..() | COMPONENT_MICROWAVE_SUCCESS
/obj/item/reagent_containers/fire_act(temperature, volume)
reagents.expose_temperature(temperature)
/// Updates the icon of the container when the reagents change. Eats signal args
/obj/item/reagent_containers/proc/on_reagent_change(datum/reagents/holder, ...)
SIGNAL_HANDLER