Skip to content

Commit

Permalink
Nerfs Inferno
Browse files Browse the repository at this point in the history
  • Loading branch information
Athena148 committed Oct 5, 2024
1 parent e4da99c commit 774d8e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@
legacy_melee_damage_lower = 20
legacy_melee_damage_upper = 20
movement_cooldown = 3
base_pixel_x = -8
base_pixel_y = -4
base_pixel_x = -16
base_pixel_y = -3
icon_scale_x = 0.9
icon_scale_y = 0.9
projectiletype = /obj/projectile/potent_fire
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,6 @@
icon = 'icons/effects/effects.dmi'
icon_state = "explosion_particle"
modifier_type_to_apply = /datum/modifier/fire
modifier_duration = 12 SECONDS // About 15 damage per stack, as Life() ticks every two seconds.
modifier_duration = 8 SECONDS // About 15 damage per stack, as Life() ticks every two seconds.
damage_force = 0
nodamage = TRUE

0 comments on commit 774d8e7

Please sign in to comment.