From 24459904ebea5bf677a1f9ccf822a2ca3a8934ce Mon Sep 17 00:00:00 2001 From: hal9000PR <69320440+hal9000PR@users.noreply.github.com> Date: Tue, 26 Oct 2021 21:38:22 +0100 Subject: [PATCH] henk review Co-authored-by: Farie82 --- code/modules/mob/living/simple_animal/friendly/bunny.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/friendly/bunny.dm b/code/modules/mob/living/simple_animal/friendly/bunny.dm index 0e665c4222e..a297f526ade 100644 --- a/code/modules/mob/living/simple_animal/friendly/bunny.dm +++ b/code/modules/mob/living/simple_animal/friendly/bunny.dm @@ -15,15 +15,13 @@ response_help = "pets" response_disarm = "gently pushes aside" response_harm = "kicks" - density = 0 + density = FALSE pass_flags = PASSTABLE | PASSGRILLE | PASSMOB mob_biotypes = MOB_ORGANIC | MOB_BEAST mob_size = MOB_SIZE_TINY - layer = MOB_LAYER atmos_requirements = list("min_oxy" = 16, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0) minbodytemp = 223 //Below -50 Degrees Celcius maxbodytemp = 323 //Above 50 Degrees Celcius - universal_speak = 0 can_hide = TRUE holder_type = /obj/item/holder/bunny can_collar = TRUE