mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Fixes superslaps (#21011)
This commit is contained in:
@@ -23,12 +23,7 @@
|
||||
if(!isliving(user))
|
||||
return
|
||||
var/mob/living/L = user
|
||||
if(!L.has_status_effect(STATUS_EFFECT_HIGHFIVE))
|
||||
L.apply_status_effect(STATUS_EFFECT_HIGHFIVE)
|
||||
L.visible_message(
|
||||
"<span class='notice'[user] raises [user.p_their()] hand for a high-five!</span>",
|
||||
"<span class='notice'>You raise your hand for a high-five!</span>"
|
||||
)
|
||||
L.emote("highfive", intentional = TRUE)
|
||||
|
||||
/obj/item/slapper/attack_obj(obj/O, mob/living/user, params)
|
||||
if(!istype(O, /obj/structure/table))
|
||||
|
||||
Reference in New Issue
Block a user