The-Powder-Toy/src/elements/mort.c

7 lines
105 B
C
Raw Normal View History

#include <powder.h>
int update_MORT(UPDATE_FUNC_ARGS) {
create_part(-1, x, y-1, PT_SMKE);
return 0;
}