1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-07-02 08:20:21 +02:00

fix type and update readme

This commit is contained in:
tenplus1
2023-03-17 10:30:26 +00:00
parent 7e585b0bdc
commit 076b9480b7
2 changed files with 4 additions and 9 deletions

View File

@ -1165,7 +1165,7 @@ function mob_class:do_env_damage()
end
end
-- is mob light sensative, or scared of the dark :P
-- is mob light sensitive, or scared of the dark :P
if self.light_damage ~= 0 then
local light = minetest.get_node_light(pos) or 0