From 11a414d8c874bf32ffff74404f6ea6968ccff62d Mon Sep 17 00:00:00 2001 From: KrabSpider Date: Mon, 20 Sep 2021 16:41:40 -0400 Subject: [PATCH] blacklists cryogenics from anomaly spawns adds cryogenics to the anomaly blacklist. --- code/modules/events/anomaly.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/events/anomaly.dm b/code/modules/events/anomaly.dm index 438904466c..926ff87c1d 100644 --- a/code/modules/events/anomaly.dm +++ b/code/modules/events/anomaly.dm @@ -24,7 +24,8 @@ /area/holodeck, /area/shuttle, /area/maintenance, - /area/science/test_area) + /area/science/test_area, + /area/commons/cryopod) ) //Subtypes from the above that actually should explode.