This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/elements/nptct.c

8 lines
124 B
C

#include <element.h>
int update_NPTCT(UPDATE_FUNC_ARGS) {
if (parts[i].temp>295.0f)
parts[i].temp -= 2.5f;
return 0;
}