1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-04 09:42:30 +02:00

Add poison-cloud to entities_allowed_to_bomb. (#1267)

This commit is contained in:
grilledham 2021-12-23 20:19:49 +00:00 committed by GitHub
parent a4890586ca
commit f78db8a966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,9 @@ local entities_allowed_to_bomb = {
['defender'] = true,
['destroyer'] = true,
['distractor'] = true,
['artillery-flare'] = true
['artillery-flare'] = true,
['poison-cloud'] = true,
['poison-cloud-visual-dummy'] = true
}
Global.register(