This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/elements/mort.c
2011-01-28 18:54:50 -05:00

7 lines
106 B
C

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