-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b3343c
commit af1397d
Showing
23 changed files
with
323 additions
and
84 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
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// Defines for tools | ||
|
||
#define TOOL_FISHINGROD "fishingrod" | ||
#define TOOL_PLIERS "pliers" | ||
#define TOOL_RULER "ruler" | ||
#define TOOL_LENS "lens" |
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
Empty file.
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,12 @@ | ||
/obj/item/ms13/key/brass | ||
name = "brass key" | ||
desc = "A simple brass key, dont lose it." | ||
icon_state = "brass" | ||
inhand_icon_state = "brass_key" | ||
|
||
/obj/item/ms13/key/scrap | ||
name = "makeshift key" | ||
desc = "A crude piece of metal with a jagged protusion, looks like a key." | ||
icon_state = "scrap" | ||
inhand_icon_state = "scrap_key" | ||
bitt_amount = 4 |
Empty file.
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,30 @@ | ||
/obj/item/ms13/lock/scrap | ||
name = "makeshift lock" | ||
desc = "A crude and makeshift scrap lock, enough to keep people out of your stuff." | ||
icon_state = "scrap" | ||
inhand_icon_state = "scrap_lock" | ||
lock_difficulty = 12 | ||
pin_amount = 4 | ||
|
||
/obj/item/ms13/lock/scrap/unlocked | ||
pre_locked = FALSE | ||
|
||
/obj/item/ms13/lock/brass | ||
name = "brass lock" | ||
desc = "A refined and intricate brass lock, keeps people out." | ||
icon_state = "brass" | ||
inhand_icon_state = "brass_lock" | ||
lock_difficulty = 3 | ||
|
||
/obj/item/ms13/lock/brass/unlocked | ||
pre_locked = FALSE | ||
|
||
/obj/item/ms13/lock/advanced | ||
name = "advanced lock" | ||
desc = "A high tech and experimental piece of locking technology, impervious to lockpicking." | ||
icon_state = "advanced" | ||
inhand_icon_state = "advanced_lock" | ||
can_be_lockpicked = FALSE | ||
|
||
/obj/item/ms13/lock/advanced/unlocked | ||
pre_locked = FALSE |
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
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
Binary file not shown.
Oops, something went wrong.