Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/update_icons.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
GrrrKitten and Drulikar committed Apr 21, 2024
1 parent 269879c commit 36bb181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/update_icons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

//the shockwave center is updated eachtime shockwave is called and offset relative to the mob_size.
//due to the speed of the shockwaves, it isn't required to be tied to the exact mob movements
var/epicenter = src.loc ///center of the shockwave, set at the center of the tile that the mob is currently standing on
var/epicenter = loc //center of the shockwave, set at the center of the tile that the mob is currently standing on
var/easing = QUAD_EASING | EASE_OUT
var/stage1_radius = rand(11, 12)
var/stage2_radius = rand(9, 11)
Expand Down

0 comments on commit 36bb181

Please sign in to comment.