mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
makes ice regent melt when heated
pretty self explanatory. it really bothered me that water froze but ice didn't melt. compiled fine.
This commit is contained in:
@@ -109,7 +109,15 @@
|
||||
max_temp = 273
|
||||
mix_message = "Ice forms as the water freezes."
|
||||
mix_sound = null
|
||||
|
||||
/datum/chemical_reaction/water
|
||||
name = "Water"
|
||||
id = "water"
|
||||
result = "water"
|
||||
required_reagents = list("ice" = 1)
|
||||
result_amount = 1
|
||||
max_temp = 274
|
||||
mix_message "Water pools as the ice melts."
|
||||
mix_sound = null
|
||||
/datum/chemical_reaction/dough
|
||||
name = "Dough"
|
||||
id = "dough"
|
||||
|
||||
Reference in New Issue
Block a user