Skip to content

Commit

Permalink
Boiler nerfs #2 (hopefully final) (tgstation#15467)
Browse files Browse the repository at this point in the history
Co-authored-by: Barnet <[email protected]>
  • Loading branch information
Barnet2 and Barnet authored Mar 30, 2024
1 parent 7ace920 commit 1239e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// *** Boiler Abilities *** //
max_ammo = 7
bomb_strength = 1.3 //Multiplier to the effectiveness of the boiler glob.
bomb_delay = 27 SECONDS
bomb_delay = 32 SECONDS

acid_spray_duration = 10 SECONDS
acid_spray_damage = 16
Expand Down
5 changes: 2 additions & 3 deletions code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4229,7 +4229,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh
///As opposed to normal globs, this will pass by the target tile if they hit nothing.
ammo_behavior_flags = AMMO_XENO|AMMO_SKIPS_ALIENS|AMMO_LEAVE_TURF
danger_message = span_danger("A pressurized glob of acid lands with a nasty splat and explodes into noxious fumes!")
max_range = 40
max_range = 25
damage = 75
penetration = 70
reagent_transfer_amount = 55
Expand All @@ -4249,7 +4249,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh
///As opposed to normal globs, this will pass by the target tile if they hit nothing.
ammo_behavior_flags = AMMO_XENO|AMMO_SKIPS_ALIENS|AMMO_LEAVE_TURF
danger_message = span_danger("A pressurized glob of acid lands with a concerning hissing sound and explodes into corrosive bile!")
max_range = 40
max_range = 25
damage = 75
penetration = 70
passed_turf_smoke_type = /datum/effect_system/smoke_spread/xeno/acid/light
Expand All @@ -4258,7 +4258,6 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh
hit_drowsyness = 2
fixed_spread_range = 2
accuracy = 100
accurate_range = 30
shell_speed = 1.5

/datum/ammo/xeno/hugger
Expand Down

0 comments on commit 1239e2f

Please sign in to comment.