Merge pull request #9477 from Thalpy/tgOrganFixes

[READY] Fixes a few organ code and lets organs freeze based on ambient temperature.
This commit is contained in:
kevinz000
2019-10-16 12:44:34 -07:00
committed by GitHub
18 changed files with 129 additions and 32 deletions
@@ -104,6 +104,7 @@
var/amount = CLAMP(0.002, 0, N.volume)
N.volume -= amount
St.data["grown_volume"] = St.data["grown_volume"] + added_volume
St.name = "[initial(St.name)] [round(St.data["grown_volume"], 0.1)]u colony"
/datum/chemical_reaction/styptic_powder
name = "Styptic Powder"