fixes a minor error in the weapon pool's attributes

machine gun is supposed to have weaponSN, not bubbler
This commit is contained in:
duncathan 2019-03-28 05:45:10 -06:00
parent ce16a31644
commit d3afc3d2bb

View file

@ -74,12 +74,12 @@ local function _itemData()
bubbler = {
name = "Bubbler",
script = "<EVE0007",
attributes = {"weaponBoss", "weaponSN", "nonProgressive"}
attributes = {"weaponBoss", "nonProgressive"}
},
machineGun = {
name = "Machine Gun",
script = "<EVE0008",
attributes = {"weaponBoss", "flight", "mandatory"}
attributes = {"weaponBoss", "weaponSN", "flight", "mandatory"}
},
blade = {
name = "Blade",