VoxeLibre/mods/ENTITIES/mcl_burning
kabou e80006f4ea Do not set fire to objects that are already burning.
Changes to mcl_burning.set_on_fire():
* Add logic that only updates the burn time, but skips adding fire
  entities to objects that are already burning.
* Condense code a little, remove single use variables.
* Add a comment to a questionable piece of code.
* Add comments to the function.
2022-03-02 16:25:40 +01:00
..
api.lua Do not set fire to objects that are already burning. 2022-03-02 16:25:40 +01:00
init.lua Add comments to "storage" table. 2022-03-02 15:40:29 +01:00
mod.conf mcl_burning fully working 2021-01-01 19:25:47 +01:00