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:
parent
a4890586ca
commit
f78db8a966
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user