Skip to content

Commit

Permalink
change growing to immature
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 8, 2023
1 parent d2f737f commit e3c0651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/admin/player_panel/actions/transform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GLOBAL_LIST_INIT(pp_transformables, list(

"Alien Tier 4" = list(
list(
name = XENO_CASTE_QUEEN+" (Young)",
name = XENO_CASTE_QUEEN+" (Immature)",
key = /mob/living/carbon/xenomorph/queen,
color = "purple"
),
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
if(client)
hud_update()

name = "[name_prefix]Growing Queen"
name = "[name_prefix]Immature Queen"

var/name_client_prefix = ""
var/name_client_postfix = ""
Expand Down

0 comments on commit e3c0651

Please sign in to comment.