[MIRROR] Minor fermichem fix (#3492)

* Minor fermichem fix (#57000)

This fixes the surprise oversight that I didn't realise was in. Since syringes can hold explosive chemicals when below 100K you can inject the contents into a person, which will then heat up the reagents from bodytemp.

* Minor fermichem fix

Co-authored-by: Thalpy <33956696+Thalpy@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-18 21:01:03 +00:00
committed by GitHub
co-authored by Thalpy
parent 151c01ae7d
commit e1d4d88929
@@ -2,6 +2,7 @@
var/strengthdiv = 10
var/modifier = 0
reaction_flags = REACTION_INSTANT
required_temp = 0 //Prevent impromptu RPGs
/datum/chemical_reaction/reagent_explosion/on_reaction(datum/equilibrium/reaction, datum/reagents/holder, created_volume)
explode(holder, created_volume)