Merge pull request #15810 from Citadel-Station-13/silicons-patch-15

Fixed shuttle runtime
This commit is contained in:
Lin
2022-08-23 18:24:37 +00:00
committed by GitHub

View File

@@ -891,7 +891,7 @@
var/range = (engine_coeff * max(width, height))
var/long_range = range * 2.5
var/atom/distant_source
if(engine_list[1])
if(length(engine_list))
distant_source = engine_list[1]
else
for(var/A in areas)