Shuttles and Centcom now have dynamic lighting (#24993)

* Shuttles now have dynamic lighting

* heh

* there we go

* Centcom now supports light tm

* fixes the supply shuttle

* statue

* new and improved
This commit is contained in:
Joan Lung
2017-03-14 12:10:07 +13:00
committed by oranges
parent f532fe3219
commit c4e95a0344
33 changed files with 12954 additions and 3556 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
var/list/empty_shuttle_turfs = list()
for(var/turf/open/floor/T in SSshuttle.supply.areaInstance)
if(T.density || T.contents.len)
if(is_blocked_turf(T))
continue
empty_shuttle_turfs += T
if(!empty_shuttle_turfs.len)
+1 -1
View File
@@ -72,7 +72,7 @@ var/list/blacklisted_cargo_types = typecacheof(list(
var/list/empty_turfs = list()
for(var/turf/open/floor/T in areaInstance)
if(T.density || T.contents.len)
if(is_blocked_turf(T))
continue
empty_turfs += T