mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Pops up a little bubble when you're requesting a high-five, along with some other emotes (#20472)
* High five! * Add in-hand use * use in hand too * closing remarks * better looking * Fixes daps * grab my hand fat man * hand shake * Implement missed messages * i can spell * Update code/modules/mob/living/carbon/human/human_emote.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Review concerns * Add some auto-doc, minor changes * more cleverly handles pointing * Update code/modules/point/point.dm Path clarity Co-authored-by: Farie82 <farie82@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
name = "Cry"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/dap
|
||||
linked_emote = /datum/emote/living/carbon/human/dap
|
||||
linked_emote = /datum/emote/living/carbon/human/highfive/dap
|
||||
name = "Dap"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/eyebrow
|
||||
@@ -418,7 +418,7 @@
|
||||
name = "High Five"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/handshake
|
||||
linked_emote = /datum/emote/living/carbon/human/handshake
|
||||
linked_emote = /datum/emote/living/carbon/human/highfive/handshake
|
||||
name = "Handshake"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/snap
|
||||
|
||||
Reference in New Issue
Block a user