mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 04:55:27 +00:00
* Fuck you (refactors ur tails) * Errors * Wow. Pain. * Fixes up probably everything * finish up here * Fixes hard del maybe * original owner hard del * garbage collection runtime * suck my peen byond * Mapped tails * motherfucker. * motherrfucker. again. * Whooopppppsie * yeah bad idea * Turns out external organs literally just sat in nullspace forever if their parent was deleted, and didnt Remove() themselves, causing harddels. * So anyways I repathed all organs * Fixes * really. * unit test... test * unit test-test but it passes linters this time because im a moh-ron * I've lost track of what im doing at this point * Hopefully fixes hard del? * meh * Update code/datums/dna.dm * things n stuff * repath from master pull
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
///Uses the parent limb's drawcolor value.
|
|
#define ORGAN_COLOR_INHERIT (1<<0)
|
|
///Uses /organ/external/proc/override_color()'s return value
|
|
#define ORGAN_COLOR_OVERRIDE (1<<1)
|
|
///Uses the parent's haircolor
|
|
#define ORGAN_COLOR_HAIR (1<<2)
|
|
|
|
///Tail wagging
|
|
#define WAG_ABLE (1<<0)
|
|
#define WAG_WAGGING (1<<1)
|