mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* [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>
4 lines
141 B
Plaintext
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"
|