mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
forgot to assign a variable. Deleted a line too much.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
return
|
||||
for(var/reagent in GLOB.chemical_reactions_list)
|
||||
for(var/R in GLOB.chemical_reactions_list[reagent])
|
||||
var/datum/reac
|
||||
var/datum/reac = R
|
||||
if(reac.type == id)
|
||||
return R
|
||||
|
||||
|
||||
@@ -462,6 +462,7 @@
|
||||
..()
|
||||
|
||||
/datum/chemical_reaction/reagent_explosion/teslium_lightning/heat
|
||||
required_temp = 474
|
||||
required_reagents = list(/datum/reagent/teslium = 1)
|
||||
|
||||
/datum/chemical_reaction/reagent_explosion/nitrous_oxide
|
||||
|
||||
Reference in New Issue
Block a user