Goddamn phoron in my plasma

This commit is contained in:
alex-gh
2014-06-21 07:31:05 +02:00
parent e78c90e163
commit d75d335f9b
+1 -1
View File
@@ -213,7 +213,7 @@
removed.temperature = max(0, min(removed.temperature, 10000))
//Calculate how much gas to release
removed.phoron += max(device_energy / PHORON_RELEASE_MODIFIER, 0)
removed.toxins += max(device_energy / PLASMA_RELEASE_MODIFIER, 0)
removed.oxygen += max((device_energy + removed.temperature - T0C) / OXYGEN_RELEASE_MODIFIER, 0)