-Small improvements to atmos. Most notable is combining two loops into one during initialization and commenting out a loop with no nested code.

-Set chunk/update to be a background proc.
-Made it so the Eye's loc won't be set to null when moving out of the map.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4735 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-09-20 14:24:50 +00:00
parent ea1c1a5a0d
commit 7fc77b0bc5
5 changed files with 19 additions and 17 deletions

View File

@@ -163,7 +163,8 @@ What are the archived variables for?
else
burned_fuel = fuel_store.moles
oxygen -= fuel_store.moles
del(fuel_store)
trace_gases -= fuel_store
fuel_store = null
energy_released += FIRE_CARBON_ENERGY_RELEASED * burned_fuel
carbon_dioxide += burned_fuel