From 5e333841e7d8454b7019333b8175e9ec073eba74 Mon Sep 17 00:00:00 2001 From: klaasjared Date: Tue, 27 Apr 2021 19:34:57 -0400 Subject: [PATCH 1/2] Spelling Fix 41 Co-authored-by: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> --- .../modules/mob/living/simple_mob/subtypes/vore/sect_queen.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/sect_queen.dm b/code/modules/mob/living/simple_mob/subtypes/vore/sect_queen.dm index 8bc17c72c0f..233982fe679 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/sect_queen.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/sect_queen.dm @@ -12,7 +12,7 @@ Though rarely seen, it is not uncommon for a queen to go out alone to search for potential new nesting grounds \ or perhaps it does so to seek bigger prey that its much smaller drones might be unable to acquire. \ Regardless of reason, it is cautioned against approaching a Sect Queen as their behaviour is wildly \ - inconsistent. A Sect Queen can vary from hositle to docile depending on certain factors that scientists have \ + inconsistent. A Sect Queen can vary from hostile to docile depending on certain factors that scientists have \ yet to uncover. \
\ The lack of chitin on the underside of its abdomen is deliberate, as the flesh is very elastic and stretchable, \ @@ -81,4 +81,4 @@ say_list_type = /datum/say_list/sect_queen /datum/say_list/sect_queen - say_got_target = list("chitters angrily!") \ No newline at end of file + say_got_target = list("chitters angrily!") From 90bcb9bfe2070626e542fba3b9533110e7c0e3d7 Mon Sep 17 00:00:00 2001 From: klaasjared Date: Tue, 27 Apr 2021 19:35:20 -0400 Subject: [PATCH 2/2] Spelling Fix 38 Co-authored-by: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> --- .../mob/living/simple_mob/subtypes/vore/sect_drone.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/sect_drone.dm b/code/modules/mob/living/simple_mob/subtypes/vore/sect_drone.dm index ec5d2f55b8a..e14dc22162b 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/sect_drone.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/sect_drone.dm @@ -10,11 +10,11 @@
\ It is not uncommon for a Sect Drone to go out alone to search for potential prey to bring back to the nest. \ Regardless of reason, it is cautioned against approaching a Sect Drone as, like their queen, their behaviour is wildly \ - inconsistent. A Sect Drone can vary from hositle to docile depending on certain factors that scientists have \ + inconsistent. A Sect Drone can vary from hostile to docile depending on certain factors that scientists have \ yet to uncover. \
\ The lack of chitin on the underside of its abdomen is deliberate, as the flesh is very elastic and stretchable, \ - allowing the drone to carry multiple large prey inside of its stomach with realitive ease." + allowing the drone to carry multiple large prey inside of its stomach with relative ease." value = CATALOGUER_REWARD_MEDIUM /mob/living/simple_mob/vore/sect_drone @@ -79,4 +79,4 @@ say_list_type = /datum/say_list/sect_drone /datum/say_list/sect_drone - say_got_target = list("chitters threateningly!") \ No newline at end of file + say_got_target = list("chitters threateningly!")