summaryrefslogtreecommitdiff
path: root/elements/mort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'elements/mort.cpp')
-rw-r--r--elements/mort.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/elements/mort.cpp b/elements/mort.cpp
new file mode 100644
index 0000000..bbb6264
--- /dev/null
+++ b/elements/mort.cpp
@@ -0,0 +1,6 @@
+#include "element.h"
+
+int update_MORT(UPDATE_FUNC_ARGS) {
+ sim->create_part(-1, x, y-1, PT_SMKE);
+ return 0;
+}