Revert "new engine: fission reactor (try 2) (#37397)" (#37431)

This reverts commit e50096a5a3.
This commit is contained in:
west3436
2025-02-19 09:42:36 -05:00
committed by GitHub
parent 59a6c2d760
commit 3921ed8ca2
51 changed files with 12 additions and 3560 deletions

View File

@@ -65,8 +65,6 @@
if(environment.molar_density(GAS_PLASMA) > MOLES_PLASMA_VISIBLE / CELL_VOLUME)
plasma_effects()
if(environment.molar_density(GAS_RADON)*CELL_VOLUME > 0.025)
radon_effects()
// Helper proc to map body temperatures to its corresponding heat/cold damage value
/mob/living/carbon/human/proc/get_body_temperature_damage(var/temperature)