Skip to content

Commit

Permalink
Feat: DBs can be holstered (ss220club#554)
Browse files Browse the repository at this point in the history
<!-- By ticking or leaving ticked the option "Allow edits and access to
secrets by maintainers" you give permission for repository maintainers
to push changes to your branch without explicilty asking. -->

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## Что этот PR делает
Добавляет возможность убрать в кобуру обрез двустволки и самострела
<!-- Include a small to medium description of what your PR changes. -->
<!-- Document all changes, as not doing this may delay reviews or even
discourage maintainers from merging your PR! -->
<!-- If your PR fixes an issue, add "Fixes ss220club#1234" somewhere in the PR
description. This will automatically close the bug upon PR submission.
-->

## Почему это хорошо для игры
Бафф бармена миноров и ассистух
<!-- Add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Изображения изменений

![донхтру3](https://github.com/ss220club/Paradise-SS220/assets/108077473/a4ab0007-4855-4e9d-825a-d3f5bedb94c5)

<!-- If you did not make a map or sprite edit, you may delete this
section. You may include a gif or mp4 of your feature if you want. -->

## Тестирование
Протестировано и работает как часы
<!-- How did you test the PR, if at all? -->

## Changelog
:cl:
add: Добавлена возможность прятать sawn-off double-barreled shotgun и
sawn-off improvised shotgun в кобуру
/:cl:
  • Loading branch information
Yata9arasu authored Nov 2, 2023
1 parent 14dbd1d commit f7c7cd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/balance/_balance.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/datum/modpack/balance
name = "Баланс"
desc = "Твики баланса."
author = "dj-34, larentoun"
author = "dj-34, larentoun, Yata9arasu"
5 changes: 5 additions & 0 deletions modular_ss220/balance/code/items/weapons.dm
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/obj/item/melee/baton/cattleprod
w_class = WEIGHT_CLASS_NORMAL
/obj/item/gun/projectile/revolver/doublebarrel/sawoff(mob/user)
. = ..()
if(sawn_state == SAWN_OFF)
can_holster = TRUE
w_class = WEAPON_MEDIUM

0 comments on commit f7c7cd7

Please sign in to comment.