From b631a8dee133947a9d518c8c967335f345aff3b4 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 24 Feb 2018 09:01:29 -0800 Subject: [PATCH 1/2] nerfs griefing shits --- .../code/modules/mob/living/simple_animal/banana_spider.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm b/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm index 8400853864..8094fe593d 100644 --- a/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm +++ b/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm @@ -66,6 +66,7 @@ response_disarm = "shoos" response_harm = "splats" speak_emote = list("chitters") + mouse_opacity = 2 density = FALSE ventcrawler = VENTCRAWLER_ALWAYS gold_core_spawnable = FRIENDLY_SPAWN @@ -99,7 +100,7 @@ return src.sentience_act() src.key = user.key - + density = TRUE /mob/living/simple_animal/banana_spider/ComponentInitialize() . = ..() @@ -144,4 +145,4 @@ /obj/item/reagent_containers/food/snacks/deadbanana_spider/Initialize() . = ..() - AddComponent(/datum/component/slippery, 80) \ No newline at end of file + AddComponent(/datum/component/slippery, 80) From 597134794983b1a714cc3cab8e45bf860169f2f9 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 24 Feb 2018 14:01:02 -0800 Subject: [PATCH 2/2] Nerfhammer 2.0 --- .../code/modules/mob/living/simple_animal/banana_spider.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm b/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm index 8094fe593d..b4f92ac40d 100644 --- a/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm +++ b/modular_citadel/code/modules/mob/living/simple_animal/banana_spider.dm @@ -129,6 +129,8 @@ /mob/living/simple_animal/banana_spider/ex_act() return +/mob/living/simple_animal/banana_spider/start_pulling() + return FALSE //No. /obj/item/reagent_containers/food/snacks/deadbanana_spider name = "dead banana spider"