summaryrefslogtreecommitdiff
path: root/src/elements/pste.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/pste.c')
-rw-r--r--src/elements/pste.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/elements/pste.c b/src/elements/pste.c
new file mode 100644
index 0000000..89f965c
--- /dev/null
+++ b/src/elements/pste.c
@@ -0,0 +1,7 @@
+#include <powder.h>
+
+int update_PSTE(UPDATE_FUNC_ARGS) {
+ if (parts[i].temp>747.0f)
+ parts[i].type = PT_BRCK;
+ return 0;
+}