From bec0b21aee0f0037f76cd7873e55b7416e6050b8 Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 19 Mar 2023 14:28:25 -0400 Subject: [PATCH] Merge pull request #14718 from Heroman3003/goldupdate Adds a mob to gold extract pool --- code/_helpers/global_lists_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index 53c5cfdbd9..b928ff1612 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -789,6 +789,7 @@ var/global/list/xenobio_gold_mobs_safe = list( /mob/living/simple_mob/vore/rabbit, /mob/living/simple_mob/vore/redpanda, /mob/living/simple_mob/vore/sheep, + /mob/living/simple_mob/vore/squirrel, /mob/living/simple_mob/vore/solargrub) var/global/list/xenobio_gold_mobs_birds = list(/mob/living/simple_mob/animal/passive/bird/black_bird,