Skip to content

Commit

Permalink
Merge branch 'Bubberstation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO authored Jul 30, 2024
2 parents 4438c7d + bd7a837 commit 9373457
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions html/changelogs/AutoChangeLog-pr-1855.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
author: "KathrinBailey"
delete-after: True
changes:
- sound: "Adds meow1 emote!"
- sound: "Adds mrowl emote!"
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-1857.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "snailomi"
delete-after: True
changes:
- code_imp: "updated donator_personal.dm"
16 changes: 16 additions & 0 deletions modular_zubbers/code/modules/emotes/emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,19 @@
message_param = "snaps their fingers at %t."
emote_type = EMOTE_AUDIBLE | EMOTE_VISIBLE
sound = 'sound/misc/fingersnap1.ogg'

/datum/emote/living/meow_alt
key = "meow1"
key_third_person = "meows"
message = "meows!"
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_zubbers/sound/emotes/meow1.ogg'

/datum/emote/living/mrowl
key = "mrowl"
key_third_person = "mrowls"
message = "mrowls!"
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_zubbers/sound/emotes/mrowl.ogg'
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
/datum/loadout_item/suit/holographic
name = "Holographic Suit V4000"
item_path = /obj/item/clothing/suit/misc/holographic
ckeywhitelist = list("blovy")
ckeywhitelist = list("blovy", "snailomi")

/datum/loadout_item/suit/skyymed_jacket // donator item for LT3
name = "Expedition Medical Jacket"
Expand Down
Binary file added modular_zubbers/sound/emotes/meow1.ogg
Binary file not shown.
Binary file added modular_zubbers/sound/emotes/mrowl.ogg
Binary file not shown.

0 comments on commit 9373457

Please sign in to comment.