Skip to content

Commit

Permalink
changed name and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Yata9arasu committed Oct 21, 2023
1 parent 76889c3 commit 628ac4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions modular_ss220/holstered_sawedoff/_holstered_sawedoff.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/modpack/DBs_In_Holsters
name = "Обрезы в кобуру"
desc = "Обрезы теперь можно убирать в кобуру."
author = "Yata9arasu"
3 changes: 3 additions & 0 deletions modular_ss220/holstered_sawedoff/_holstered_sawedoff.dme
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "_holstered_sawedoff.dm"

#include "code/holstered_sawedoff.dm"
4 changes: 4 additions & 0 deletions modular_ss220/holstered_sawedoff/code/holstered_sawedoff.dm
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
2 changes: 1 addition & 1 deletion modular_ss220/modular_ss220.dme
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#include "title_screen/_title_screen.dme"
#include "whitelist/_whitelist.dme"
#include "outfits/_outfits.dme"
#include "DBs_In_Holsters/DBs_In_Holsters.dme"
#include "holstered_sawedoff/_holstered_sawedoff.dme"

// --- PRIME --- //
// #define MODPACK_MAIN_ONLY
Expand Down

0 comments on commit 628ac4d

Please sign in to comment.