Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modular_meta/main_modular_include.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
/* --- Tweaks --- */

#include "tweaks\antagonists_balance\includes.dm"
#include "tweaks\balance\includes.dm"
#include "tweaks\better_ui\includes.dm"
#include "tweaks\del_required_experiments\includes.dm"
#include "tweaks\fonts\includes.dm"
Expand Down
5 changes: 5 additions & 0 deletions modular_meta/tweaks/balance/code/climbingrope.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/item/climbing_hook
sharpness = SHARP_EDGED

/obj/item/climbing_hook/syndicate
force = 7
9 changes: 9 additions & 0 deletions modular_meta/tweaks/balance/includes.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include "code\climbingrope.dm"

/datum/modpack/balance
id = "antagonists_balance"
name = "Балансинг"
group = "Tweaks"
desc = "Изменение и Улучшение куска кода офтг. \
Теперь клаймбинг хуки можно заточить + бафф урона у синди-хука."
author = "Glamyr"
Loading