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/nbhl.c
jacksonmj 420f8e7442 Make NBHL/NWHL eat things in the same way as BHOL/WHOL
Also make ANAR move opposite to Newtonian gravity
2011-05-28 18:51:57 +08:00

7 lines
105 B
C

#include <element.h>
int update_NBHL(UPDATE_FUNC_ARGS) {
gravmap[y/CELL][x/CELL] += 0.1f;
return 0;
}