mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
slap emote also works
This commit is contained in:
@@ -268,7 +268,11 @@
|
||||
. = ..()
|
||||
if(!.)
|
||||
return FALSE
|
||||
var/obj/item/slapper/N = new(user)
|
||||
var/obj/item/slapper/N
|
||||
if(user.mind && user.mind.martial_art?.name == "CQC")
|
||||
N = new /obj/item/slapper/cqc(user)
|
||||
else
|
||||
N = new /obj/item/slapper(user)
|
||||
if(user.put_in_hands(N))
|
||||
to_chat(user, "<span class='notice'>You ready your slapping hand.</span>")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user