Merge pull request #12205 from PastelPrinceDan/typofix

fixes a couple typos
This commit is contained in:
Casey
2022-02-13 02:43:07 +00:00
committed by CHOMPStation2
parent e945df9fc6
commit 764adff550
2 changed files with 2 additions and 2 deletions
@@ -173,6 +173,6 @@
for(var/obj/item/organ/external/L as anything in src.organs)
L.transparent = !L.transparent
visible_message("<span class='notice'>\The [src]'s interal composition seems to change.</span>")
visible_message("<span class='notice'>\The [src]'s internal composition seems to change.</span>")
update_icons_body()
update_hair()
@@ -101,7 +101,7 @@
// Drone verbs.
/mob/living/carbon/human/proc/evolve()
set name = "Evolve (500)"
set desc = "Produce an interal egg sac capable of spawning children. Only one queen can exist at a time."
set desc = "Produce an internal egg sac capable of spawning children. Only one queen can exist at a time."
set category = "Abilities"
if(alien_queen_exists())