Skip to content

Commit

Permalink
text grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcrystall committed Jun 28, 2024
1 parent 8e8e67e commit 9db61dd
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -547,7 +547,7 @@
. += "Leaders: [xeno_leader_num] / [hive?.queen_leader_limit]"
if(!queen_aged && queen_age_timer_id != TIMER_ID_NULL) // Idk, bug or not, but when timer ends, it leave just "2", this is soft solution to polution
var/time_left = time2text(timeleft(queen_age_timer_id), "mm:ss")
. += "Maturity: [time_left == 1? "[time_left] minute" : "[time_left] minutes"] remaining"
. += "Maturity: [time2text(timeleft(queen_age_timer_id), "mm:ss")] remaining"

/mob/living/carbon/xenomorph/queen/proc/set_orders()
set category = "Alien"
Expand Down

0 comments on commit 9db61dd

Please sign in to comment.