mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Merge pull request #12205 from PastelPrinceDan/typofix
fixes a couple typos
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user