[MIRROR] Allows humans with a robotic voicebox installed, MMIs, and posibrains to use silicon emotes, and simple/basic bots to beep (#28878)

* Allows humans with a robotic voicebox installed, MMIs, and posibrains to use silicon emotes, and simple/basic bots to beep

* modular stuff

---------

Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-07-19 12:54:39 +05:30
committed by GitHub
co-authored by _0Steven SpaceLoveSs13
parent 86b355f2c2
commit f084120217
18 changed files with 42 additions and 125 deletions
@@ -432,7 +432,7 @@ GLOBAL_LIST_EMPTY(virtual_pets_list)
/datum/emote/living/jump,
/datum/emote/living/shiver,
/datum/emote/spin,
/datum/emote/living/beep,
/datum/emote/silicon/beep,
)
data["possible_emotes"] = list("none")
for(var/datum/emote/target_emote as anything in possible_emotes)