mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Update emote.dm (#36805)
This commit is contained in:
committed by
GitHub
parent
3f8d7be1cd
commit
fd4ec38e64
@@ -1,5 +1,5 @@
|
||||
/datum/emote/living/carbon/slime/
|
||||
mob_type_allowed_typelist = list(/mob/living/carbon/monkey)
|
||||
mob_type_allowed_typelist = list(/mob/living/carbon/slime)
|
||||
|
||||
/datum/emote/living/carbon/slime/bounce
|
||||
key = "bounce"
|
||||
@@ -29,4 +29,4 @@
|
||||
key = "vibrate"
|
||||
key_third_person = "vibrates"
|
||||
message = "vibrates!"
|
||||
emote_type = EMOTE_VISIBLE
|
||||
emote_type = EMOTE_VISIBLE
|
||||
|
||||
Reference in New Issue
Block a user