Files
Bubberstation/code/__DEFINES/random_spawner.dm
SkyratBot 6aef9d5203 [MIRROR] [MDB Ignore] Converts random bedsheets to spawners + 3 bedsheets I made long time ago. (#26518)
* [MDB Ignore] Converts random bedsheets to spawners + 3 bedsheets I made long time ago. (#81435)

* Aaand modular

* wuh

* idk how I missed these

* geez

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
2024-02-23 06:15:59 +01:00

4 lines
141 B
Plaintext

///Used by bedsheets spawners to tell if it's a single or double bedsheet.
#define BEDSHEET_SINGLE "single"
#define BEDSHEET_DOUBLE "double"