forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Починка безгильзовых патронов (#531)
* Fix .308 caliber ammo Исправление путаницы с патронами .308 и невозможностью зарядить их в мориту. * Update rifle.dm - убираем дубли Signed-off-by: Mirag1993 <[email protected]> * Возвращение HorizonX Возвращение офицерского револьвера Интекам. * Починка безгильзовых патронов Теперь безгильзовые патроны, если не произведен выстрел , будут извлекатся из ствола а не пропадать. --------- Signed-off-by: Mirag1993 <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 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
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,4 +1,4 @@ | ||
/datum/modpack/example | ||
name = "Fixes" | ||
desc = "Содержит различные фиксы багов. Фикс удушья при пустом баллоне." // TODO сделать ПР для офов | ||
author = "RalseiDreemuurr, Mirag1993" | ||
author = "RalseiDreemuurr, Mirag1993,Корольный крыс" |