Skip to content

Commit

Permalink
minor adjustment and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GrrrKitten committed Mar 27, 2024
1 parent c4355f1 commit d73b490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/Abilities.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

playsound(xeno.loc, pick(xeno.screech_sound_effect_list), 75, 0, status = 0)
xeno.visible_message(SPAN_XENOHIGHDANGER("[xeno] emits an ear-splitting guttural roar!"))
xeno.create_shriekwave(xeno, 16) //Adds the visual effect. Wom wom wom, 21 shriekwaves
xeno.create_shriekwave(xeno, 15) //Adds the visual effect. Wom wom wom, 15 shriekwaves

for(var/mob/mob in view())
if(mob && mob.client)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

playsound(xeno.loc, pick(predalien_roar), 75, 0, status = 0)
xeno.visible_message(SPAN_XENOHIGHDANGER("[xeno] emits a guttural roar!"))
xeno.create_shriekwave(xeno, 8) //Adds the visual effect. Wom wom wom, 10 shriekwaves
xeno.create_shriekwave(xeno, 8) //Adds the visual effect. Wom wom wom, 8 shriekwaves
for(var/mob/living/carbon/carbon in view(7, xeno))
if(ishuman(carbon))
var/mob/living/carbon/human/human = carbon
Expand Down

0 comments on commit d73b490

Please sign in to comment.