Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebalanced guns #5394

Merged
merged 12 commits into from
Feb 11, 2025
9 changes: 9 additions & 0 deletions tff_modular/modules/gun_balance/pistols.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/obj/item/gun/ballistic/automatic/pistol/sol
spread = 15

/obj/item/gun/ballistic/automatic/pistol/plasma_thrower
fire_delay = 0.2 SECONDS
spread = 22

/obj/item/gun/ballistic/automatic/miecz
spread = 12
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -9005,6 +9005,7 @@
#include "tff_modular\modules\eventers\eventmaker_verbs.dm"
#include "tff_modular\modules\eventers\random_stuff_ban.dm"
#include "tff_modular\modules\extra_vv\extra_carbon_vv.dm"
#include "tff_modular\modules\gun_balance\pistols.dm"
#include "tff_modular\modules\guncase\guncase.dm"
#include "tff_modular\modules\holidays_decor\halloween\halloween-craft.dm"
#include "tff_modular\modules\holidays_decor\halloween\halloween-decor.dm"
Expand Down
Loading