diff --git a/mods/_fd/old_space_cannons/code/disruptor/disruptor_console.dm b/mods/_fd/old_space_cannons/code/disruptor/disruptor_console.dm index e1a3ab1472e7b..b1450c1a52c38 100644 --- a/mods/_fd/old_space_cannons/code/disruptor/disruptor_console.dm +++ b/mods/_fd/old_space_cannons/code/disruptor/disruptor_console.dm @@ -8,7 +8,8 @@ back_type = /obj/machinery/ship_weapon/back_part/disruptor munition_type = /obj/item/ammo_magazine/ammobox/disruptor - ammo_per_shot = 150 +// So we can shot 5 burst, 'til ammobox is empty + ammo_per_shot = 2 burst_size = 4 fire_interval = 4 diff --git a/mods/_fd/resomi_fd/README.md b/mods/_fd/resomi_fd/README.md index b4b9220e522c0..21499b9253952 100644 --- a/mods/_fd/resomi_fd/README.md +++ b/mods/_fd/resomi_fd/README.md @@ -4,6 +4,7 @@ - https://github.com/SierraBay/SierraBay12/pull/2054 - https://github.com/RepoStash/FD-NewBay/pull/30 - https://github.com/RepoStash/FD-NewBay/pull/44 +- https://github.com/RepoStash/FD-NewBay/pull/52