mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
moar atmo runtimes
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2303 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -336,10 +336,11 @@ turf
|
|||||||
if(enemy_tile.archived_cycle < archived_cycle) //archive bordering tile information if not already done
|
if(enemy_tile.archived_cycle < archived_cycle) //archive bordering tile information if not already done
|
||||||
enemy_tile.archive()
|
enemy_tile.archive()
|
||||||
|
|
||||||
var/delay_trigger = air.compare(enemy_tile.air)
|
if (air && enemy_tile.air)
|
||||||
if (!delay_trigger) //if compare() didn't return 1, air is different enough to trigger processing
|
var/delay_trigger = air.compare(enemy_tile.air)
|
||||||
reset_delay()
|
if (!delay_trigger) //if compare() didn't return 1, air is different enough to trigger processing
|
||||||
enemy_tile.reset_delay()
|
reset_delay()
|
||||||
|
enemy_tile.reset_delay()
|
||||||
|
|
||||||
if(enemy_tile.parent && enemy_tile.parent.group_processing) //apply tile to group sharing
|
if(enemy_tile.parent && enemy_tile.parent.group_processing) //apply tile to group sharing
|
||||||
if(enemy_tile.parent.current_cycle < current_cycle) //if the group hasn't been archived, it could just be out of date
|
if(enemy_tile.parent.current_cycle < current_cycle) //if the group hasn't been archived, it could just be out of date
|
||||||
|
|||||||
Reference in New Issue
Block a user