Compare commits

..

No commits in common. "a78e3a5886874a0749ecce8be0ae9fe67964bc18" and "18475a7c439f76706de7aae6f11d200db23df3b2" have entirely different histories.

3 changed files with 7 additions and 18 deletions

View file

@ -11,17 +11,19 @@ data:extend({
name = "burner-lamp",
type = "assembling-machine",
minable = {
mining_time = 0.1,
mining_time = 2.0,
result = "burner-lamp",
},
icon = Lignumis.graphics .. "icons/burner-lamp.png",
icon_size = 64,
icon_mipmaps = 4,
fast_replaceable_group = "large-lamp",
--next_upgrade = "lamp",
collision_mask = { layers = { object = true, water_tile = true, meltable = true, player = true } },
crafting_speed = 1,
crafting_categories = { "lamp-burning" },
fixed_recipe = "burner-lamp-burning",
dying_explosion = "lamp-explosion",
dying_explosion = "medium-explosion",
show_recipe_icon = false,
show_recipe_icon_on_map = false,
source_inventory_size = 1,

View file

@ -115,18 +115,7 @@ local silo_ready = {
inventory_type = "normal",
quality_affects_inventory_size = false,
placeable_by = { item = "provisional-rocket-silo", count = 1 },
max_health = 1000,
resistances = {
{
type = "fire",
percent = 100
},
{
type = "explosion",
percent = 100
}
},
create_ghost_on_death = false,
health = 1000,
surface_conditions = {
{
property = "pressure",

View file

@ -61,10 +61,8 @@ local function transit_player(player_index)
local player = game.get_player(player_index)
local transition = storage.transitions[player_index]
if transition.rocket_entry.cargo_pod then
transition.rocket_entry.cargo_pod.set_passenger(nil)
transition.rocket_entry.cargo_pod.destroy()
end
transition.rocket_entry.cargo_pod.set_passenger(nil)
transition.rocket_entry.cargo_pod.destroy()
init_nauvis()
teleport_player(player)