Skip to content

Commit

Permalink
Stay Tuned
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeberdir committed Dec 17, 2023
1 parent 7a14e77 commit c641a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
user_staring_effect = user_living.apply_status_effect(STATUS_EFFECT_STARING)
if(ishuman(target))
var/mob/living/carbon/human/target_human = target
user_staring_effect.target = target
user_staring_effect.target_gender = target_human.get_visible_gender()
user_staring_effect.target_species = target_human.get_visible_species()

Expand All @@ -323,6 +324,7 @@
staring_effect.catch_look(src)
if(ismorph(target))
var/mob/living/simple_animal/hostile/morph/target_morph = target
user_staring_effect.target = target
user_staring_effect.target_gender = target_morph.mimic_spell.selected_form.examine_gender
user_staring_effect.target_species = target_morph.mimic_spell.selected_form.examine_species
else
Expand Down

0 comments on commit c641a76

Please sign in to comment.