mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Unit tests for serving trays (#1199)
* Unit tests for serving trays (#54224) * Unit tests for serving trays Co-authored-by: NightRed <nightred@gmail.com>
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
#define COLLECT_ONE 0
|
||||
#define COLLECT_EVERYTHING 1
|
||||
#define COLLECT_SAME 2
|
||||
|
||||
#define DROP_NOTHING 0
|
||||
#define DROP_AT_PARENT 1
|
||||
#define DROP_AT_LOCATION 2
|
||||
|
||||
// External storage-related logic:
|
||||
// /mob/proc/ClickOn() in /_onclick/click.dm - clicking items in storages
|
||||
// /mob/living/Move() in /modules/mob/living/living.dm - hiding storage boxes on mob movement
|
||||
|
||||
Reference in New Issue
Block a user