Merge pull request #31413 from vuonojenmustaturska/codejanitoring

Removes useless commented-out what-if code from the 1970s
This commit is contained in:
Jordan Brown
2017-10-08 10:59:34 -04:00
committed by CitadelStationBot
parent c222fa42f9
commit 58fd7f2067
8 changed files with 5 additions and 60 deletions
@@ -246,7 +246,7 @@
if(DIGITIGRADE in species_traits)
C.Digitigrade_Leg_Swap(FALSE)
regenerate_organs(C,old_species)
regenerate_organs(C,old_species)
if(exotic_bloodtype && C.dna.blood_type != exotic_bloodtype)
C.dna.blood_type = exotic_bloodtype
@@ -1632,9 +1632,6 @@
else
H.clear_alert("temp")
// Account for massive pressure differences. Done by Polymorph
// Made it possible to actually have something that can protect against high pressure... Done by Errorage. Polymorph now has an axe sticking from his head for his previous hardcoded nonsense!
var/pressure = environment.return_pressure()
var/adjusted_pressure = H.calculate_affecting_pressure(pressure) //Returns how much pressure actually affects the mob.
switch(adjusted_pressure)