Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Aug 16, 2024
1 parent 0b92000 commit b22f965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/crateshelf.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define DEFAULT_SHELF_CAPACITY 3 // Default capacity of the shelf

Check failure on line 1 in code/game/objects/structures/crateshelf.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Define Sanity

DEFAULT_SHELF_CAPACITY is defined locally in code/game/objects/structures/crateshelf.dm but not undefined locally!

Check failure on line 1 in code/game/objects/structures/crateshelf.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Define Sanity

DEFAULT_SHELF_USE_DELAY is defined locally in code/game/objects/structures/crateshelf.dm but not undefined locally!

Check failure on line 1 in code/game/objects/structures/crateshelf.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Define Sanity

DEFAULT_SHELF_VERTICAL_OFFSET is defined locally in code/game/objects/structures/crateshelf.dm but not undefined locally!
#define DEFAULT_SHELF_USE_DELAY 1 SECONDS // Default interaction delay of the shelf
#define DEFAULT_SHELF_VERTICAL_OFFSET 15 // Vertical pixel offset of shelving-related things. Set to 10 by default due to this leaving more of the crate on-screen to be clicked.
#define DEFAULT_SHELF_VERTICAL_OFFSET 17 // Vertical pixel offset of shelving-related things. Set to 10 by default due to this leaving more of the crate on-screen to be clicked.

/obj/structure/crate_shelf
name = "crate shelf"
Expand Down

0 comments on commit b22f965

Please sign in to comment.