Water Turret

by Pi-C

This mod provides an early game Water thrower that does minimal damage but slows down the enemies (use steam for extra damage!) and an advanced turret for extinguishing fires (use "Hardened pipes" to give it extra resistances!).

Content
3 years ago
0.17 - 1.1
5.67K
Combat

g [Fixed] Error when using Picker Dolly.

3 years ago

https://puu.sh/GOxm0/9abe80f4c7.png

I was just moving things using the Picker Dollies mod and this message shows up whenever I move things.
Picker Dollies mod: https://mods.factorio.com/mod/PickerDollies

3 years ago

Thanks for the report! I've fixed that for the next version. There's one other thing I still want to fix before the next upload. Until then, you can fix that yourself by editing line 864 of control.lua:

-- OLD:
script.on_event(remote.call("PickerDollies", "dolly_moved_entity_id"), function()

-- REPLACE WITH:
script.on_event(remote.call("PickerDollies", "dolly_moved_entity_id"), function(event)
3 years ago

Thank you!

3 years ago

Fixed in 1.0.3/1.1.0!

New response