summaryrefslogtreecommitdiff
path: root/src/elements/mort.cpp
blob: bbb6264845aaa00f41b65cb6a4b0a00c606c20e8 (plain)
1
2
3
4
5
6
#include "element.h"

int update_MORT(UPDATE_FUNC_ARGS) {
	sim->create_part(-1, x, y-1, PT_SMKE);
	return 0;
}