Merge branch 'master' into revert-284-revert-281-master
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#define MINETYPE "lavaland"
|
||||
|
||||
#include "map_files\CitadelStation\CitadelStation-1.0.2.dmm"
|
||||
|
||||
#include "map_files\CitadelStation\CitadelStation-1.1.0.dmm"
|
||||
|
||||
#ifndef TRAVIS_MASS_MAP_BUILD
|
||||
#include "map_files\generic\z2.dmm"
|
||||
#include "map_files\generic\z3.dmm"
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "map_files\generic\z11.dmm"
|
||||
|
||||
#define MAP_PATH "map_files/CitadelStation"
|
||||
#define MAP_FILE "CitadelStation-1.0.2"
|
||||
#define MAP_FILE "CitadelStation-1.1.0"
|
||||
#define MAP_NAME "Citadel Station"
|
||||
|
||||
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -218,8 +218,9 @@ var/datum/subsystem/air/SSair
|
||||
while(currentrun.len)
|
||||
var/turf/open/T = currentrun[currentrun.len]
|
||||
currentrun.len--
|
||||
if (T)
|
||||
T.process(fire_count)
|
||||
if (isturf(T))
|
||||
T.process_cell(fire_count)
|
||||
|
||||
if (MC_TICK_CHECK)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user