mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-12 13:30:30 +02:00
enable ores in MCL2, fix some undeclared globals, fix icecap growth in MCL (achievements are a good debugging tool)
This commit is contained in:
@ -16,7 +16,7 @@ looped_node_sound.register = function(def)
|
||||
local max_hear_distance = def.max_hear_distance or 32
|
||||
|
||||
-- Update sound for player
|
||||
function update_player_sound(player)
|
||||
local function update_player_sound(player)
|
||||
local player_name = player:get_player_name()
|
||||
-- Search for nodes in radius around player
|
||||
local ppos = player:get_pos()
|
||||
|
Reference in New Issue
Block a user