Remove "you hacker" strings, fix capitalization

This commit is contained in:
Wuzzy 2019-08-23 06:08:50 +02:00
parent 5934d05f64
commit f25d16414e
3 changed files with 1 additions and 5 deletions

View File

@ -122,7 +122,6 @@ minetest.register_node("mesecons_delayer:delayer_off_"..tostring(i), {
minetest.register_node("mesecons_delayer:delayer_on_"..tostring(i), {
description = S("You hacker you"),
drawtype = "nodebox",
tiles = {
"mesecons_delayer_on_"..tostring(i)..".png",

View File

@ -47,7 +47,6 @@ minetest.register_node("mesecons_extrawires:crossover_off", {
})
minetest.register_node("mesecons_extrawires:crossover_01", {
description = S("You hacker you!"),
drop = "mesecons_extrawires:crossover_off",
drawtype = "mesh",
mesh = "mesecons_extrawires_crossover.b3d",
@ -74,7 +73,6 @@ minetest.register_node("mesecons_extrawires:crossover_01", {
})
minetest.register_node("mesecons_extrawires:crossover_10", {
description = S("You hacker you!"),
drop = "mesecons_extrawires:crossover_off",
drawtype = "mesh",
mesh = "mesecons_extrawires_crossover.b3d",
@ -101,7 +99,6 @@ minetest.register_node("mesecons_extrawires:crossover_10", {
})
minetest.register_node("mesecons_extrawires:crossover_on", {
description = S("You hacker you!"),
drop = "mesecons_extrawires:crossover_off",
drawtype = "mesh",
mesh = "mesecons_extrawires_crossover.b3d",

View File

@ -144,7 +144,7 @@ mesecon.register_node("mesecons_extrawires:vertical_top", {
-- Vertical wire bottom
mesecon.register_node("mesecons_extrawires:vertical_bottom", {
description = S("Vertical mesecon"),
description = S("Vertical Mesecon"),
drawtype = "nodebox",
walkable = false,
paramtype = "light",