mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user