Files
fulpstation/code/__DEFINES/paintings.dm
John Willard 15f80ab884 [MDB IGNORE] TGU (#544)
* TGU yea yeah

* hopefully kills all lattices in walls

* another go

* more lattices

* pubby fix

* maybe the last lattices fix

* makes checks run again

* saves selene station ! 😃

* little bfenem :)

* new tgu + fulp fixes

* map fixes

* i rember 😄

* fix selene map merge conflicts
2022-03-23 07:40:37 -06:00

7 lines
297 B
Plaintext

/// Only returns paintings with 23x23 or 24x24 sizes fitting AI display icon.
#define PAINTINGS_FILTER_AI_PORTRAIT (1<<0)
/// Search mode for the title of the painting
#define PAINTINGS_FILTER_SEARCH_TITLE (1<<1)
/// Ditto but for the creator's name
#define PAINTINGS_FILTER_SEARCH_CREATOR (1<<2)