From 4c6d4cf8ab10534d00c972a870ce0b6d8a5e5c41 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Mon, 7 Oct 2019 03:43:10 -0700 Subject: [PATCH] Adds more animals to pred crates --- .../game/objects/structures/crates_lockers/largecrate_vr.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index 25b8b27e29..34b8193ec7 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -63,8 +63,8 @@ /mob/living/simple_animal/redpanda/alt;0.25, /mob/living/simple_animal/redpanda/alt/waaah;0.25, /mob/living/simple_animal/hostile/piranhaplant;0.33, - /mob/living/simple_animal/hostile/piranhaplant/spitter0.33, - /mob/living/simple_animal/hostile/piranhaplant/pitcher0.33, + /mob/living/simple_animal/hostile/piranhaplant/spitter;0.33, + /mob/living/simple_animal/hostile/piranhaplant/pitcher;0.33, /mob/living/simple_animal/otie;0.5)) return ..() @@ -80,6 +80,8 @@ /mob/living/simple_animal/hostile/alien/drone, /mob/living/simple_animal/hostile/alien/sentinel, /mob/living/simple_animal/hostile/alien/queen, + /mob/living/simple_animal/hostile/alien/queen/empress, + /mob/living/simple_animal/hostile/alien/queen/empress/mother, /mob/living/simple_animal/otie/feral, /mob/living/simple_animal/hostile/metroid/combat/queen, /mob/living/simple_animal/hostile/metroid/combat/omega,