Skip to content

Commit

Permalink
gigachad
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Jul 19, 2024
1 parent 5ce1e9a commit 55c9a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/_hitbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
/obj/hitbox/effect_smoke(obj/effect/particle_effect/smoke/S)
. = ..()
if(CHECK_BITFIELD(S.smoke_traits, SMOKE_XENO_ACID))
take_damage((10 * S.strength) * 0.2 , BURN, ACID)
take_damage(2 * S.strength, BURN, ACID)

///2x2 hitbox version
/obj/hitbox/medium
Expand Down

0 comments on commit 55c9a53

Please sign in to comment.