From 916988169473215fe85b7766402f4780ef3b3459 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Wed, 30 Mar 2022 12:40:26 -0700 Subject: [PATCH] Robots can't be hungover either --- code/datums/station_traits/negative_traits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/station_traits/negative_traits.dm b/code/datums/station_traits/negative_traits.dm index eed52186c8..4dd40e924d 100644 --- a/code/datums/station_traits/negative_traits.dm +++ b/code/datums/station_traits/negative_traits.dm @@ -57,7 +57,7 @@ /datum/station_trait/hangover/proc/on_job_after_spawn(datum/source, datum/job/job, mob/living/spawned_mob) SIGNAL_HANDLER - if(prob(65) || HAS_TRAIT(spawned_mob, TRAIT_TOXIC_ALCOHOL)) + if(prob(65) || HAS_TRAIT(spawned_mob, TRAIT_ROBOTIC_ORGANISM) || HAS_TRAIT(spawned_mob, TRAIT_TOXIC_ALCOHOL)) return var/obj/item/hat = pick( /obj/item/clothing/head/sombrero,