mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Erratum : The desired value was 1.5
- The desired value for acid's hurts was 1.5 Hp, so 3 units. Sorry.
This commit is contained in:
parent
76b1a12770
commit
45c8275af3
@ -1085,7 +1085,7 @@ minetest.register_node("default:acid_flowing", {
|
||||
liquid_alternative_flowing = "default:acid_flowing",
|
||||
liquid_alternative_source = "default:acid_source",
|
||||
liquid_viscosity = WATER_VISC,
|
||||
damage_per_second = 6,
|
||||
damage_per_second = 3,
|
||||
post_effect_color = {a = 120, r = 50, g = 90, b = 30},
|
||||
groups = {water = 3, liquid = 3, puts_out_fire = 1, not_in_creative_inventory = 1},
|
||||
})
|
||||
@ -1117,7 +1117,7 @@ minetest.register_node("default:acid_source", {
|
||||
liquid_alternative_flowing = "default:acid_flowing",
|
||||
liquid_alternative_source = "default:acid_source",
|
||||
liquid_viscosity = WATER_VISC,
|
||||
damage_per_second = 6,
|
||||
damage_per_second = 3,
|
||||
post_effect_color = {a = 120, r = 50, g = 90, b = 30},
|
||||
groups = {water = 3, liquid = 3, puts_out_fire = 1},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user