From 267c0bdffd4c9014b97bef91be0e8fe4549c0890 Mon Sep 17 00:00:00 2001 From: FlufflesTheDog Date: Fri, 28 Mar 2025 10:35:55 -0700 Subject: [PATCH] Lets drones use silicon emotes (#90276) ## About The Pull Request That's about it, gives drones the right to beep boop and buzz. ## Why It's Good For The Game They're tiny little robots, they should be able to make robot noises. Fun way to attempt very basic communication should someone start chasing you with a newspaper ## Changelog :cl: qol: Drones can use silicon emotes /:cl: --- code/modules/mob/living/basic/drone/_drone.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/drone/_drone.dm b/code/modules/mob/living/basic/drone/_drone.dm index 7490a463977..8807f35e038 100644 --- a/code/modules/mob/living/basic/drone/_drone.dm +++ b/code/modules/mob/living/basic/drone/_drone.dm @@ -210,6 +210,7 @@ TRAIT_SILICON_ACCESS, TRAIT_REAGENT_SCANNER, TRAIT_UNOBSERVANT, + TRAIT_SILICON_EMOTES_ALLOWED, ), INNATE_TRAIT) listener = new(list(ALARM_ATMOS, ALARM_FIRE, ALARM_POWER), list(z))