From e116581e3a7a5fc3956ffed3e65479e4e3fc70c4 Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:49:23 -0500 Subject: [PATCH] Parrots Can Now Perch on the NGCR and Rod Housing (#31515) --- code/modules/mob/living/simple_animal/parrot.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index 378ca06bf5e..69d8e6093dd 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -118,7 +118,10 @@ /obj/structure/computerframe, /obj/structure/displaycase, /obj/structure/rack, - /obj/structure/closet/crate + /obj/structure/closet/crate, + /obj/machinery/atmospherics/fission_reactor, + /obj/machinery/atmospherics/fission_reactor/roundstart, + /obj/machinery/atmospherics/reactor_chamber )) - typecacheof(list( /obj/machinery/computer/security/telescreen, /obj/machinery/computer/cryopod,