mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
thibgies
yeee
This commit is contained in:
@@ -20,3 +20,11 @@
|
|||||||
icon = 'modular_splurt/icons/obj/plushes.dmi'
|
icon = 'modular_splurt/icons/obj/plushes.dmi'
|
||||||
icon_state = "plushie_mal0"
|
icon_state = "plushie_mal0"
|
||||||
item_state = "plushie_mal0"
|
item_state = "plushie_mal0"
|
||||||
|
|
||||||
|
/obj/item/toy/plush/nobl
|
||||||
|
name = "Nobl plushie"
|
||||||
|
desc = "It seems to be a small canine, not necessarily latex like you would suspect for some reason, but extremely squishy."
|
||||||
|
icon = 'modular_splurt/icons/obj/plushes.dmi'
|
||||||
|
icon_state = "nobl_plush"
|
||||||
|
item_state = "nobl_plush"
|
||||||
|
squeak_override = list('modular_splurt/sound/misc/dog_toy.ogg' = 1)
|
||||||
|
|||||||
@@ -911,3 +911,21 @@
|
|||||||
key = "facehoof" // For horse enthusiasts
|
key = "facehoof" // For horse enthusiasts
|
||||||
key_third_person = "facehoofs"
|
key_third_person = "facehoofs"
|
||||||
metacarpus_type = "hoof"
|
metacarpus_type = "hoof"
|
||||||
|
|
||||||
|
/datum/emote/living/poyo
|
||||||
|
key = "poyo"
|
||||||
|
key_third_person = "poyos"
|
||||||
|
message = "%SAYS, \"Poyo!\""
|
||||||
|
emote_type = EMOTE_AUDIBLE
|
||||||
|
|
||||||
|
/datum/emote/living/poyo/run_emote(mob/user, params, type_override, intentional)
|
||||||
|
var/datum/dna/D = user.has_dna()
|
||||||
|
var/say_mod = (D ? D.species.say_mod : "says")
|
||||||
|
message = replacetextEx(message, "%SAYS", say_mod)
|
||||||
|
. = ..()
|
||||||
|
if(!.)
|
||||||
|
return
|
||||||
|
if(user.nextsoundemote >= world.time)
|
||||||
|
return
|
||||||
|
user.nextsoundemote = world.time + 1 SECONDS
|
||||||
|
playsound(user, 'modular_splurt/sound/voice/barks/poyo.ogg', 50, 1, -1)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
modular_splurt/sound/misc/dog_toy.ogg
Normal file
BIN
modular_splurt/sound/misc/dog_toy.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user