Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Predalien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You must still listen to the queen.
. = list()
. += "Kills: [kills]/[max_kills]"

/datum/behavior_delegate/predalien_base/on_kill_mob(mob/M)
/datum/behavior_delegate/predalien_base/on_kill_mob(mob/target_mob)
. = ..()

kills = min(kills + 1, max_kills)
Expand Down Expand Up @@ -184,6 +184,9 @@ You must still listen to the queen.
if(isyautja(target_human) && yautja_glove)
if(HAS_TRAIT(target_human, TRAIT_CLOAKED))
yautja_glove.decloak(target_human, TRUE, DECLOAK_PREDALIEN)
target_human.add_filter("uncloack", 1, list("type" = "outline", "color" = "#32fff58c", "size" = 1.5))
addtimer(CALLBACK(src, PROC_REF(disable_filter), target_human), 3 SECONDS)
playsound(target_human.loc, 'sound/effects/pred_force_decloak.ogg', 100, 1, 10)

yautja_glove.cloak_timer = xeno_cooldown * 0.1
else if(isxeno(target_carbon) && xeno.can_not_harm(target_carbon))
Expand Down
Binary file added sound/effects/pred_force_decloak.ogg
Binary file not shown.