From 03196646a97d0016e6019b177da17ee97ba36da8 Mon Sep 17 00:00:00 2001 From: Ketrai Date: Tue, 5 Sep 2017 16:15:03 +0200 Subject: [PATCH] adds solargrub to predator crate coz whynot, we got carp in there --- code/game/objects/structures/crates_lockers/largecrate_vr.dm | 5 +++-- 1 file changed, 3 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 964022061ab..8182106ecaf 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -53,7 +53,8 @@ /mob/living/simple_animal/hostile/bear;0.5, /mob/living/simple_animal/hostile/bear/brown;0.5, /mob/living/simple_animal/hostile/carp, - /mob/living/simple_animal/hostile/mimic) + /mob/living/simple_animal/hostile/mimic, + /mob/living/simple_animal/retaliate/solargrub) ..() @@ -94,4 +95,4 @@ icon_state = "otiecrate" taped = 0 ..() -*/ \ No newline at end of file +*/