mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 00:26:44 +01:00
requires #6644 Entirely replaces how (most) belts perform insertion checks. This pretty much allows belts to hold most things. Armor vests are next. Trashbags will also use the systems we use on main. Closes #7256 and #7435 --------- Co-authored-by: silicons <silicons@silicons.dev>
9 lines
329 B
Plaintext
9 lines
329 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
// proc: dropped() on /obj/item
|
|
// todo: this should be in procs.dm and the names need to be changed probably
|
|
// todo: comsig instead?
|
|
/// relocated; return false
|
|
#define ITEM_RELOCATED_BY_DROPPED -1
|