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

[MIRROR] Makes the SC/FISHER a bit better - more range/accessibility/pacifist-usability #744

Merged
merged 1 commit into from
Nov 21, 2023
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
2 changes: 1 addition & 1 deletion code/modules/cargo/markets/market_items/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
price_min = CARGO_CRATE_VALUE * 2
price_max = CARGO_CRATE_VALUE * 4
stock_max = 1
availability_prob = 50
availability_prob = 75
3 changes: 2 additions & 1 deletion code/modules/projectiles/ammunition/energy/special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@

/obj/item/ammo_casing/energy/fisher
projectile_type = /obj/projectile/energy/fisher
select_name = "light-buster"
select_name = "light disruptor"
harmful = FALSE
e_cost = LASER_SHOTS(2, STANDARD_CELL_CHARGE * 0.5)
fire_sound = 'sound/weapons/gun/general/heavy_shot_suppressed.ogg' // fwip fwip fwip fwip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
damage = 0
damage_type = BRUTE
armor_flag = BOMB
range = 14
range = 21
projectile_phasing = PASSTABLE | PASSMOB | PASSMACHINE | PASSSTRUCTURE
hitscan = TRUE
var/disrupt_duration = 10 SECONDS
Expand Down
Loading