forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: DBs can now be holstered #510
Closed
Closed
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
951b95c
DBs can be holstered
Yata9arasu 4c24553
DBs can be Holstered
Yata9arasu faecc43
need modular things
Yata9arasu d067b08
deleting trash
Yata9arasu 19c2fcb
fixing thing
Yata9arasu 5c49a15
deleted trash
Yata9arasu 8fb2342
uhhh
Yata9arasu cd0316d
yes
Yata9arasu a6b3c17
yep
Yata9arasu 7564441
Back to working version
Yata9arasu 57ace45
fixing thing that broke my code
Yata9arasu aa5e811
fixed space
Yata9arasu 76889c3
no need for blank spaces
Yata9arasu 628ac4d
changed name and paths
Yata9arasu 255cd5f
deleted trash
Yata9arasu 43b121b
Update delta.dmm
Yata9arasu 0bf972a
Merge branch 'devtest' into master
Yata9arasu f863b4e
Added more code (hope it works)
Yata9arasu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/datum/modpack/DBs_In_Holsters | ||
name = "Обрезы в кобуру" | ||
desc = "Обрезы теперь можно убирать в кобуру." | ||
author = "Yata9arasu" |
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,3 @@ | ||
#include "_holstered_sawedoff.dm" | ||
|
||
#include "code/holstered_sawedoff.dm" |
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,4 @@ | ||
/obj/item/gun/projectile/revolver/doublebarrel/sawoff(mob/user) | ||
. = ..() | ||
weapon_weight = WEAPON_MEDIUM | ||
can_holster = TRUE |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:ache:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
откуда они вылезли вообще...