mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* tgu * Update routes.js * dme * Fixes proc holders 'n' stuff * updates fulp maps + minor bs fix * prettier * AI uploads * prettierx * you should pass ci... now! * Update _spells.dm * F this Ci * selene evac shuttle * fixes targeted powers * tgu * Update barsigns.dm * Fixes Ci * prettierx
10 lines
917 B
Plaintext
10 lines
917 B
Plaintext
///the area channel of the important_recursive_contents list, everything in here will be sent a signal when their last holding object changes areas
|
|
#define RECURSIVE_CONTENTS_AREA_SENSITIVE "recursive_contents_area_sensitive"
|
|
///the hearing channel of the important_recursive_contents list, everything in here will count as a hearing atom
|
|
#define RECURSIVE_CONTENTS_HEARING_SENSITIVE "recursive_contents_hearing_sensitive"
|
|
///the client mobs channel of the important_recursive_contents list, everything in here will be a mob with an attached client
|
|
///this is given to both a clients mob, and a clients eye, both point to the clients mob
|
|
#define RECURSIVE_CONTENTS_CLIENT_MOBS "recursive_contents_client_mobs"
|
|
///the parent of storage components currently shown to some client mob get this. gets removed when nothing is viewing the parent
|
|
#define RECURSIVE_CONTENTS_ACTIVE_STORAGE "recursive_contents_active_storage"
|