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