Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 18, 2023
1 parent c81bc37 commit 486fac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/castes/Lurker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
var/datum/action/xeno_action/onclick/lurker_invisibility/lurker_invisibility_action = get_xeno_action_by_type(bound_xeno, /datum/action/xeno_action/onclick/lurker_invisibility)
if(!lurker_invisibility_action)
return
if(bound_xeno.alpha >= 80)
if(bound_xeno.alpha >= 85)
return

var/mob/living/carbon/human/bumped_into = movable_atom
Expand All @@ -173,4 +173,4 @@
return

to_chat(bound_xeno, SPAN_XENOHIGHDANGER("You bumped into someone and partly lost your invisibility!"))
animate(bound_xeno, alpha = 80, time = 0.1 SECONDS, easing = QUAD_EASING)
animate(bound_xeno, alpha = 85, time = 0.1 SECONDS, easing = QUAD_EASING)

0 comments on commit 486fac7

Please sign in to comment.