mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 02:43:16 +00:00
* Redoes how merger datums store directions to neighboring members (#64535) The old logic broke down if A: there were more then one eligable member on a tile Or B: if the members were in anything but a line The old code made the assumption that if a location had been talked to ever, it was done talking forever. This isn't the case. Also it kinda pissed me off that cost scaled with objects, not tiles. So I changed how things were tracked to fix those things. Makes me happy inside * Redoes how merger datums store directions to neighboring members Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
// Defines relating to merger datums
|
|
|
|
// Indexes for the turf packet list
|
|
#define MERGE_TURF_PACKET_DIR 1
|
|
#define MERGE_TURF_PACKET_ATOMS 2
|