mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-01 16:00:42 +02:00
Add i18n support, add negative conditions
This commit is contained in:
@ -40,4 +40,5 @@ local function remove_effect(player_data)
|
||||
end
|
||||
|
||||
climate_api.register_effect(EFFECT_NAME, handle_effect, "tick")
|
||||
climate_api.register_effect(EFFECT_NAME, remove_effect, "stop")
|
||||
climate_api.register_effect(EFFECT_NAME, remove_effect, "stop")
|
||||
climate_api.set_effect_cycle(EFFECT_NAME, climate_api.LONG_CYCLE)
|
Reference in New Issue
Block a user