summaryrefslogtreecommitdiff
path: root/src/elements/mort.c
blob: 609eafded082991bf0e86dbb193dd9c491af0297 (plain)
1
2
3
4
5
6
#include <powder.h>

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