From 1a478758eed53643c37fad80fef66d2f1c977a61 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Sun, 6 May 2018 09:10:34 +1000 Subject: [PATCH] fix pa plasma slug missing --- dist/index.js | 2 +- dist/index.json | 1 + modifications/modules.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 727cbfa..eeb55b3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25826,7 +25826,7 @@ module.exports = { } }, modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], - specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_lock_breaker", "special_thermal_conduit", "special_weapon_damage", "special_weapon_efficient", "special_weapon_rateoffire", "special_weapon_toughened", "special_weapon_lightweight" ] + specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_plasma_slug_cooled", "special_lock_breaker", "special_thermal_conduit", "special_weapon_damage", "special_weapon_efficient", "special_weapon_rateoffire", "special_weapon_toughened", "special_weapon_lightweight" ] }, pas: { blueprints: {}, diff --git a/dist/index.json b/dist/index.json index a5f80ef..4e50053 100644 --- a/dist/index.json +++ b/dist/index.json @@ -35176,6 +35176,7 @@ "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", + "special_plasma_slug_cooled", "special_lock_breaker", "special_thermal_conduit", "special_weapon_damage", diff --git a/modifications/modules.json b/modifications/modules.json index 53fba29..709e256 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -3729,6 +3729,7 @@ "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", + "special_plasma_slug_cooled", "special_lock_breaker", "special_thermal_conduit", "special_weapon_damage",