Skip to content

Commit

Permalink
fein fein fein fein fein
Browse files Browse the repository at this point in the history
I better get a dommy mommy for this
  • Loading branch information
MosleyTheMalO committed Nov 3, 2024
1 parent b921884 commit 6f5b714
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 3 additions & 4 deletions modular_splurt/code/datums/traits/good.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,11 @@
sub.dir = turn(get_dir(sub, quirk_holder), pick(-90, 90))
sub.emote("blush")

/datum/quirk/dominant_aura/proc/handle_snap(datum/source, list/emote_args)
/datum/quirk/dominant_aura/proc/handle_snap(datum/source, datum/emote/emote)
SIGNAL_HANDLER

. = FALSE
var/key = GLOB.emote_list[lowertext(emote_args[EMOTE_ACT])]
if(TIMER_COOLDOWN_CHECK(quirk_holder, COOLDOWN_DOMINANT_SNAP) || !findtext(key, "snap"))
if(TIMER_COOLDOWN_CHECK(quirk_holder, COOLDOWN_DOMINANT_SNAP) || !findtext(emote.key, "snap"))
return
for(var/mob/living/carbon/human/sub in hearers(DOMINANT_DETECT_RANGE, quirk_holder))
if(!sub.has_quirk(/datum/quirk/well_trained) || (sub == quirk_holder))
Expand All @@ -108,7 +107,7 @@
good_x = "boy"
if(FEMALE)
good_x = "girl"
switch(key)
switch(emote.key)
if("snap")
sub.dir = get_dir(sub, quirk_holder)
sub.emote(pick("blush", "pant"))
Expand Down
3 changes: 0 additions & 3 deletions modular_splurt/code/modules/mob/emote.dm

This file was deleted.

1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4922,7 +4922,6 @@
#include "modular_splurt\code\modules\mining\equipment\kinetic_crusher.dm"
#include "modular_splurt\code\modules\mining\equipment\machine_vending.dm"
#include "modular_splurt\code\modules\mining\lavaland\necropolis_chests.dm"
#include "modular_splurt\code\modules\mob\emote.dm"
#include "modular_splurt\code\modules\mob\femclaw.dm"
#include "modular_splurt\code\modules\mob\inventory.dm"
#include "modular_splurt\code\modules\mob\mob.dm"
Expand Down

0 comments on commit 6f5b714

Please sign in to comment.