Skip to content

Commit

Permalink
Adjusts lint spacing for conflict #7087
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 8, 2024
1 parent dba26e8 commit f36738c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/human/human_abilities.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@

var/list/target_list = list()
for(var/mob/living/carbon/possible_target in view(7, human_owner))
if(possible_target == human_owner || !possible_target.client)
if(possible_target == human_owner || !possible_target.client)
continue
target_list += possible_target

var/mob/living/carbon/target_mob = tgui_input_list(human_owner, "Target", "Send a Psychic Whisper to whom?", target_list, theme = "hive_status")
if(!target_mob)
if(!target_mob)
return

human_owner.psychic_whisper(target_mob)
Expand Down

0 comments on commit f36738c

Please sign in to comment.