From 5f010472392fba427f11d2adca9c658e19962613 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Fri, 27 Jan 2023 19:19:54 +1100 Subject: [PATCH 1/4] Grafadreka bites become infected very easily. --- .../simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm index 2235a798a0..3741a683a0 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm @@ -365,6 +365,11 @@ You can eat glowing tree fruit to fuel your ranged spitting attack and Date: Fri, 27 Jan 2023 19:21:23 +1100 Subject: [PATCH 2/4] Baby drakes can hide. --- .../simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm index 3741a683a0..55007a6693 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka.dm @@ -104,6 +104,8 @@ You can eat glowing tree fruit to fuel your ranged spitting attack and Date: Sat, 28 Jan 2023 06:13:01 +1100 Subject: [PATCH 3/4] Minor buffs to baby drake spit so it isn't literally useless on simplemobs. --- .../subtypes/animal/sif/grafadreka/grafadreka_misc.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm index f3e05ded4a..a6b721e51b 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm @@ -95,15 +95,15 @@ Field studies suggest analytical abilities on par with some species of cepholapo /obj/item/projectile/drake_spit/on_hit(atom/target, blocked, def_zone) // Stun is needed to effectively hunt simplemobs, but it's OP against humans. if(ishuman(target)) + var/mob/living/carbon/human/victim = target + victim.AdjustConfused(max(stun, weaken)) stun = 0 weaken = 0 - var/mob/living/carbon/human/victim = target - victim.AdjustConfused(3) - . = ..() + . = ..() /obj/item/projectile/drake_spit/weak - stun = 0 - weaken = 0 + stun = 1 + weaken = 1 eyeblur = 2 /mob/living/simple_mob/animal/sif/grafadreka/rainbow/setup_colours() From 646fa49e036d426fec89d94cde7c508817d92d88 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Wed, 1 Feb 2023 15:05:25 +1100 Subject: [PATCH 4/4] Nerfs drake points for cataloguers. --- .../subtypes/animal/sif/grafadreka/grafadreka_misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm index a6b721e51b..1f68e3f7a4 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm @@ -39,7 +39,7 @@ Grafadrekas are capable of exerting bite pressures in excess of 900 PSI, which a They have been observed to occasionally attack and kill colonists, generally when conditions are too poor to hunt their usual prey. Despite this, and despite their disposition being generally skittish and avoidant of colonists, some Sivian communities hold that they have been observed to guide or protect lost travellers.

Field studies suggest analytical abilities on par with some species of cepholapods, but their symbiotic physiology rapidly fails in captivity, making laboratory testing difficult. Their inability to make use of tools or form wider social groups beyond a handful of individuals has been hypothesised to prevent the expression of more complex social behaviors."} - value = CATALOGUER_REWARD_HARD + value = CATALOGUER_REWARD_EASY /datum/say_list/grafadreka