Major map overhaul, remove customs officer/nanotrasen recruiter

This commit is contained in:
Markolie
2015-01-12 02:23:45 +01:00
parent 1c6c3a3be1
commit 60e18d0c0e
23 changed files with 13672 additions and 13933 deletions
@@ -159,7 +159,7 @@
if(Environment)
if( abs(Environment.temperature - bodytemperature) > 40 )
if( abs(Environment.temperature - bodytemperature) > 40 && !(flags & IS_SYNTHETIC))
bodytemperature += ((Environment.temperature - bodytemperature) / 5)
if(min_oxy)