mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Adds species lights * uses image instead of overlay effect * Removes No lumcount * Updates much of lighting code to be closer to TG * ah whateva * re-adds bandaid * Updates vis overlays (fixes a harddel) * Should fix replays * spinning bitflag * fixes pAI lights * remove unused pAI code * conflicts i forgot to deal w/ (how did this happen?!?!?)
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
#define DEFINE_BITFIELD(_variable, _flags) /datum/bitfield/##_variable { \
|
|
flags = ##_flags; \
|
|
variable = #_variable; \
|
|
}
|