Skip to content

Commit

Permalink
Fix smelter being unable to melt graphite
Browse files Browse the repository at this point in the history
  • Loading branch information
out-of-phaze committed Jul 6, 2024
1 parent cc929bb commit 86164c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__defines/research.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define BASE_OBJECT_MATTER_MULTPLIER 0.25

#define GENERIC_SMELTING_HEAT_POINT 1000 CELSIUS
#define HIGH_SMELTING_HEAT_POINT 1500 CELSIUS
#define HIGH_SMELTING_HEAT_POINT 4000 CELSIUS // must be at least 4074K (3800 C) to melt graphite
#define TECH_MATERIAL "materials"
#define TECH_ENGINEERING "engineering"
#define TECH_EXOTIC_MATTER "exoticmatter"
Expand Down

0 comments on commit 86164c0

Please sign in to comment.