1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

spidertron bot spawn

This commit is contained in:
zahir 2020-08-17 21:34:24 -04:00
parent 52c7b82ab5
commit 05cea798f3

View File

@ -290,7 +290,8 @@ local bot_spawn_whitelist = {
local bot_cause_whitelist = { local bot_cause_whitelist = {
['character'] = true, ['character'] = true,
['artillery-turret'] = true, ['artillery-turret'] = true,
['artillery-wagon'] = true ['artillery-wagon'] = true,
['spidertron'] = true
} }
local function do_bot_spawn(entity_name, entity, event) local function do_bot_spawn(entity_name, entity, event)