Fix trays (now bags)

This commit is contained in:
Markolie
2015-02-25 20:42:43 +01:00
parent 89650e8590
commit 6efa3bcdaa
8 changed files with 112 additions and 341 deletions
@@ -207,7 +207,7 @@
!isturf(src.loc) || \
!(locate(/obj/structure/table) in src.loc) && \
!(locate(/obj/machinery/optable) in src.loc) && \
!(locate(/obj/item/weapon/tray) in src.loc) \
!(locate(/obj/item/weapon/storage/bag/tray) in src.loc) \
)
user << "\red You cannot slice [src] here! You need a table or at least a tray to do it."
return 1