summaryrefslogtreecommitdiff
path: root/src/elements/nptct.cpp
blob: f8e29e6815893df0c69649501d403e93b0861df6 (plain)
1
2
3
4
5
6
7
#include "simulation/Element.h"

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