[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:
SkyratBot
2020-10-08 02:42:27 +02:00
committed by GitHub
co-authored by NightRed
parent dbea6e1c6a
commit 1dfe6e9e85
5 changed files with 60 additions and 8 deletions
@@ -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