Skip to content

Commit

Permalink
sorry morrow :)
Browse files Browse the repository at this point in the history
Co-authored-by: BeagleGaming1 <[email protected]>
  • Loading branch information
harryob and BeagleGaming1 authored Jul 12, 2023
1 parent 2459263 commit 59d11d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Lurker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
if(!bound_xeno || !bound_xeno.stealth)
return

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_action)
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_action)
if(!lurker_invisibility_action)
return

Expand Down

0 comments on commit 59d11d9

Please sign in to comment.