Skip to content

Commit

Permalink
Merge pull request #188 from ARF-SS13/122924c
Browse files Browse the repository at this point in the history
Removes spammy admin notif for flirting
  • Loading branch information
Tk420634 authored Dec 29, 2024
2 parents 3fa059a + 63c0946 commit 7489e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/flirt/flirt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
do_sound_at(flirter)
do_sound_at(target)
SSchat.flirt_occurred(flirter, target)
tell_ghosting_admins(flirter, target)
//tell_ghosting_admins(flirter, target)
return TRUE

/datum/flirt/proc/flirt_aoe(mob/living/flirter)
Expand All @@ -97,7 +97,7 @@
msg_to_everyone,
blind_message = msg_to_everyone, // love is blind
)
tell_ghosting_admins(flirter, null)
//tell_ghosting_admins(flirter, null)
return TRUE

/datum/flirt/proc/format_directed_selfmessage(flirter, target)
Expand Down

0 comments on commit 7489e44

Please sign in to comment.