Skip to content

Commit

Permalink
Changed module paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Yata9arasu committed Oct 26, 2023
1 parent 3f294ff commit 32381c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
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, Aylong220, TakeItEasyiloveyou"
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
4 changes: 0 additions & 4 deletions modular_ss220/holstered_sawedoff/_holstered_sawedoff.dm

This file was deleted.

3 changes: 0 additions & 3 deletions modular_ss220/holstered_sawedoff/_holstered_sawedoff.dme

This file was deleted.

5 changes: 0 additions & 5 deletions modular_ss220/holstered_sawedoff/code/holstered_sawedoff.dm

This file was deleted.

0 comments on commit 32381c0

Please sign in to comment.