Merge pull request #7584 from SamHPurp/slapping-electric-boogaloo

Applies a 2s cooldown to slapping
This commit is contained in:
tigercat2000
2017-06-23 19:16:44 -07:00
committed by GitHub
@@ -76,7 +76,7 @@
on_CD = handle_emote_CD(50) //longer cooldown
if("fart", "farts", "flip", "flips", "snap", "snaps")
on_CD = handle_emote_CD() //proc located in code\modules\mob\emote.dm
if("cough", "coughs")
if("cough", "coughs", "slap", "slaps")
on_CD = handle_emote_CD()
if("sneeze", "sneezes")
on_CD = handle_emote_CD()