mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
fix RFRG description typo (use more common spelling)
This commit is contained in:
@@ -28,7 +28,7 @@ Element_RFRG::Element_RFRG()
|
|||||||
|
|
||||||
Temperature = R_TEMP + 273.15f;
|
Temperature = R_TEMP + 273.15f;
|
||||||
HeatConduct = 3;
|
HeatConduct = 3;
|
||||||
Description = "Refrigerant. Heats up and liquifies under pressure.";
|
Description = "Refrigerant. Heats up and liquefies under pressure.";
|
||||||
|
|
||||||
Properties = TYPE_GAS|PROP_DEADLY;
|
Properties = TYPE_GAS|PROP_DEADLY;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user