From 0b5a2f185b728e4d7ffa18e98eac8394df3ec099 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 19 Mar 2023 11:55:46 +1000 Subject: [PATCH] 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 d1e6ed119a9..362fcb18898 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -761,6 +761,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,