-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Adds a flat cardboard box (#4907)
* Adds a flat cardboard box (#4213) * initial * review * [MIRROR] Adds a flat cardboard box --------- Co-authored-by: lila <[email protected]> Co-authored-by: StealsThePRs <[email protected]>
- Loading branch information
1 parent
c7c0b08
commit ea2d7e1
Showing
5 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/obj/item/storage/box/flat | ||
name = "flat box" | ||
desc = "A cardboard box folded in a manner that is optimal for concealment, rather than for stowing your belongings." | ||
icon = 'modular_nova/modules/box_extra/_icon/box.dmi' | ||
icon_state = "flat" | ||
illustration = null | ||
|
||
/obj/item/storage/box/flat/Initialize(mapload) | ||
. = ..() | ||
AddElement(/datum/element/undertile, TRAIT_T_RAY_VISIBLE, INVISIBILITY_MAXIMUM, use_anchor = TRUE) | ||
atom_storage.max_slots = 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters