Skip to content

Commit

Permalink
fix (#12094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat authored Dec 30, 2024
1 parent 72e9e15 commit 63e087e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,10 @@
key_third_person = "slaps"
hands_use_check = TRUE
emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE
cooldown = 2 SECONDS

/datum/emote/living/slap/run_emote(mob/user, params, type_override, intentional)
. = ..()
if(!.)
return
if(intentional)
var/obj/item/slapper/N = new(user)
if(user.put_in_hands(N))
Expand Down

0 comments on commit 63e087e

Please sign in to comment.