Files
Bubberstation/code/__DEFINES/mergers.dm
LemonInTheDark 73dcf96460 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
2022-02-02 16:57:35 -05:00

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