[MIRROR] *smacks table* Hot Damn! (#3734)

* *smacks table* Hot Damn! (#57269)

* *smacks table* Hot Damn!

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-03-01 17:49:38 +00:00
committed by GitHub
co-authored by Ryll Ryll
parent 236ed1bb62
commit f5083f498b
14 changed files with 49 additions and 10 deletions
@@ -65,7 +65,7 @@
Die()
/obj/item/clothing/mask/facehugger/attackby(obj/item/O, mob/user, params)
return O.attack_obj(src, user)
return O.attack_obj(src, user, params)
//ATTACK HAND IGNORING PARENT RETURN VALUE
/obj/item/clothing/mask/facehugger/attack_hand(mob/user, list/modifiers)
+1
View File
@@ -117,6 +117,7 @@
key = "slap"
key_third_person = "slaps"
hands_use_check = TRUE
cooldown = 3 SECONDS // to prevent endless table slamming
/datum/emote/living/carbon/slap/run_emote(mob/user, params, type_override, intentional)
. = ..()