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!") 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!")