Skip to content

Commit

Permalink
Removing unused property
Browse files Browse the repository at this point in the history
I assume this got removed a while back
  • Loading branch information
KiwiHawk committed Dec 4, 2024
1 parent b990fee commit 09a3166
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 143 deletions.
14 changes: 0 additions & 14 deletions bobenemies/prototypes/alien-artifact.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-a[pink]",
stack_size = 500,
default_request_amount = 10,
},
})

Expand All @@ -24,7 +23,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-a[pink]-a[small]",
stack_size = 500,
default_request_amount = 100,
},
{
type = "recipe",
Expand All @@ -50,7 +48,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-b[red]",
stack_size = 500,
default_request_amount = 10,
},
{
type = "recipe",
Expand All @@ -75,7 +72,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-c[orange]",
stack_size = 500,
default_request_amount = 10,
},
{
type = "recipe",
Expand Down Expand Up @@ -106,7 +102,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-d[yellow]",
stack_size = 500,
default_request_amount = 10,
},
{
type = "recipe",
Expand Down Expand Up @@ -137,7 +132,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-e[green]",
stack_size = 500,
default_request_amount = 10,
},
{
type = "recipe",
Expand Down Expand Up @@ -168,7 +162,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-f[blue]",
stack_size = 500,
default_request_amount = 10,
},
{
type = "recipe",
Expand Down Expand Up @@ -199,7 +192,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-g[purple]",
stack_size = 500,
default_request_amount = 10,
},
{
type = "recipe",
Expand Down Expand Up @@ -233,7 +225,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-b[red]-a[small]",
stack_size = 500,
default_request_amount = 100,
},
{
type = "recipe",
Expand All @@ -257,7 +248,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-c[orange]-a[small]",
stack_size = 500,
default_request_amount = 100,
},
{
type = "recipe",
Expand All @@ -281,7 +271,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-d[yellow]-a[small]",
stack_size = 500,
default_request_amount = 100,
},
{
type = "recipe",
Expand All @@ -305,7 +294,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-e[green]-a[small]",
stack_size = 500,
default_request_amount = 100,
},
{
type = "recipe",
Expand All @@ -329,7 +317,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-f[blue]-a[small]",
stack_size = 500,
default_request_amount = 100,
},
{
type = "recipe",
Expand All @@ -353,7 +340,6 @@ if settings.startup["bobmods-enemies-enableartifacts"].value == true then
subgroup = "raw-material",
order = "g[alien-artifact]-g[purple]-a[small]",
stack_size = 500,
default_request_amount = 100,
},
{
type = "recipe",
Expand Down
8 changes: 0 additions & 8 deletions bobequipment/prototypes/item/equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ data:extend({
subgroup = "military-equipment",
order = "a[shield]-c[energy-shield-equipment-mk3]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/energy-shield-inventory-move.ogg",
volume = 0.4,
Expand All @@ -47,7 +46,6 @@ data:extend({
subgroup = "military-equipment",
order = "a[shield]-d[energy-shield-equipment-mk4]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/energy-shield-inventory-move.ogg",
volume = 0.4,
Expand All @@ -71,7 +69,6 @@ data:extend({
subgroup = "military-equipment",
order = "a[shield]-e[energy-shield-equipment-mk5]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/energy-shield-inventory-move.ogg",
volume = 0.4,
Expand All @@ -95,7 +92,6 @@ data:extend({
subgroup = "military-equipment",
order = "a[shield]-f[energy-shield-equipment-mk6]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/energy-shield-inventory-move.ogg",
volume = 0.4,
Expand Down Expand Up @@ -127,7 +123,6 @@ data:extend({
subgroup = "equipment",
order = "c[battery]-c[battery-mk3-equipment]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/electric-small-inventory-move.ogg",
volume = 1,
Expand All @@ -151,7 +146,6 @@ data:extend({
subgroup = "equipment",
order = "c[battery]-d[battery-mk4-equipment]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/electric-small-inventory-move.ogg",
volume = 1,
Expand All @@ -175,7 +169,6 @@ data:extend({
subgroup = "equipment",
order = "c[battery]-e[battery-mk5-equipment]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/electric-small-inventory-move.ogg",
volume = 1,
Expand All @@ -199,7 +192,6 @@ data:extend({
subgroup = "equipment",
order = "c[battery]-f[battery-mk6-equipment]",
stack_size = 50,
default_request_amount = 10,
drop_sound = {
filename = "__base__/sound/item/electric-small-inventory-move.ogg",
volume = 1,
Expand Down
Loading

0 comments on commit 09a3166

Please sign in to comment.