Files
fulpstation/code/__DEFINES/storage.dm
SMOSMOSMOSMOSMO 64d85bf269 july tgu (#1019)
* kok

* K

* mafuba

* pop

* k

* t

* w

* updatepath

* updatepath2

* updatepath3

* dirt

* m

* Update screenshot_antag_icons_monsterhunter.png

* Create screenshot_humanoids__datum_species_human_felinid_nobraindamage.png

* Update beefman_limbs.dm

* maptext tweaks

* abductor fix

* delam counter

---------

Co-authored-by: SgtHunk <68669754+SgtHunk@users.noreply.github.com>
2023-07-08 21:38:41 -04:00

25 lines
661 B
Plaintext

// Storage component defines
// Storage collection defines
#define COLLECT_ONE 0
#define COLLECT_EVERYTHING 1
#define COLLECT_SAME 2
// Drop style defines
#define DROP_NOTHING 0
#define DROP_AT_PARENT 1
#define DROP_AT_LOCATION 2
// Defines for fancy boxes (ie. boxes that display how many items there are
// inside of them)
#define FANCY_CONTAINER_CLOSED 0
#define FANCY_CONTAINER_OPEN 1
#define FANCY_CONTAINER_ALWAYS_OPEN 2
// Defines for levels of storage locking
// Also used fort the force param of can_insert
// Higher values are "more" locked then lower ones
#define STORAGE_NOT_LOCKED 0
#define STORAGE_SOFT_LOCKED 1
#define STORAGE_FULLY_LOCKED 2