Skip to content

Commit

Permalink
Adds Squish emote for slimes (#10621)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBan authored Feb 23, 2024
1 parent 4b18c58 commit 081a948
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/mob/living/simple_animal/slime/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
key_third_person = "vibrates"
message = "vibrates!"

/datum/emote/slime/squish
key = "squish"
key_third_person = "squishes"
message = "squishes"
emote_type = EMOTE_AUDIBLE
sound_volume = 25

/datum/emote/slime/squish/get_sound(mob/living/user)
return 'sound/effects/blobattack.ogg'

/datum/emote/slime/mood
key = "moodnone"
var/mood = null
Expand Down

0 comments on commit 081a948

Please sign in to comment.