Update nodes.lua

This commit is contained in:
Gerold55 2019-04-08 00:22:29 -04:00 committed by GitHub
parent 8600163e7b
commit 905948424a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ minetest.register_node("ws_core:water_source_toxic", {
diggable = false,
buildable_to = true,
is_ground_content = false,
damage_per_second = 5,
damage_per_second = 2,
drop = "",
drowning = 1,
liquidtype = "source",
@ -258,7 +258,7 @@ minetest.register_node("ws_core:water_flowing_toxic", {
alpha = 160,
paramtype = "light",
paramtype2 = "flowingliquid",
damage_per_second = 5,
damage_per_second = 2,
walkable = false,
pointable = false,
diggable = false,