Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Git-Nivrak and harryob authored Jun 4, 2024
1 parent 4dfd7da commit 02e554d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
var/mob/living/carbon/xenomorph/xeno = owner
XENO_ACTION_CHECK_USE_PLASMA(xeno)

playsound(xeno.loc, 'sound/voice/deep_alien_screech2.ogg', 75, 0, status = 0)
playsound(xeno, 'sound/voice/deep_alien_screech2.ogg', 75, 0, status = 0)
xeno.visible_message(SPAN_XENOHIGHDANGER("[xeno] emits an raspy guttural roar!"))
xeno.create_shriekwave()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
carbon.apply_armoured_damage(20)
carbon.KnockDown((1 SECONDS) / GLOBAL_STATUS_MULTIPLIER)

playsound(src.loc, 'sound/weapons/alien_knockdown.ogg', 25, 1)
playsound(src, 'sound/weapons/alien_knockdown.ogg', 25, 1)

/datum/behavior_delegate/destroyer_base
name = "Base Destroyer Behavior Delegate"

0 comments on commit 02e554d

Please sign in to comment.