-Fixes overlay stuff such as character creation preview. (one of main runtime issues out there currently)

-Probably fixes a missing proc with air runtimes too, which has been one of the problemos appearing in tandem with MC borkage (next line under was MC related anyway)
-Husky tail wag sprites renamed correctly (inverted color order). Actual movement yet to come.
This commit is contained in:
Verkister
2017-03-15 10:52:00 +02:00
parent 906b8e59d0
commit bb879dfac8
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ var/datum/subsystem/air/SSair
var/turf/open/T = currentrun[currentrun.len]
currentrun.len--
if (T)
T.process_cell(fire_count)
T.process(fire_count)
if (MC_TICK_CHECK)
return