From 8996b7c71e62ef9d576320751732529e9246180a Mon Sep 17 00:00:00 2001 From: Nerd Lord Date: Thu, 31 Dec 2015 12:31:28 -0500 Subject: [PATCH] Strong independent carp that don't get pushed around. --- code/modules/mob/living/simple_animal/hostile/carp.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/carp.dm b/code/modules/mob/living/simple_animal/hostile/carp.dm index b2f13828c02..7d8e73e889b 100644 --- a/code/modules/mob/living/simple_animal/hostile/carp.dm +++ b/code/modules/mob/living/simple_animal/hostile/carp.dm @@ -31,6 +31,7 @@ faction = list("carp") flying = 1 + pressure_resistance = 200 gold_core_spawnable = 1 /mob/living/simple_animal/hostile/carp/Process_Spacemove(movement_dir = 0)