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

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