From 9ec41cb884591f4d30693890881fd8ee816c1552 Mon Sep 17 00:00:00 2001 From: ephemeralstoryteller Date: Sun, 21 Jan 2024 14:53:28 -0800 Subject: [PATCH] replace fishing spawn crab with sif version discovered during testing --- code/game/objects/random/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/random/mob.dm b/code/game/objects/random/mob.dm index f27246e736..7c5b7a4fb4 100644 --- a/code/game/objects/random/mob.dm +++ b/code/game/objects/random/mob.dm @@ -311,7 +311,7 @@ prob(15);/mob/living/simple_mob/animal/passive/fish/javelin, prob(20);/mob/living/simple_mob/animal/passive/fish/rockfish, prob(5);/mob/living/simple_mob/animal/passive/fish/solarfish, - prob(10);/mob/living/simple_mob/animal/passive/crab, + prob(10);/mob/living/simple_mob/animal/passive/crab/sif, prob(1);/mob/living/simple_mob/animal/sif/hooligan_crab) /obj/random/mob/bird