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/elements/mort.cpp
Simon Robertshaw b0ea52690b Initial
2012-01-08 17:39:03 +00:00

7 lines
111 B
C++

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