mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-19 20:44:53 -04:00
Add i18n support, add negative conditions
This commit is contained in:
parent
06f337b23e
commit
dbce69be3b
7 changed files with 139 additions and 47 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue