From 9083d44bd37cbf5c7d29c4a3c19e06f78836f390 Mon Sep 17 00:00:00 2001 From: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:32:47 -0500 Subject: [PATCH] String to num (#31687) --- code/modules/mob/living/carbon/human/species/skrell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/skrell.dm b/code/modules/mob/living/carbon/human/species/skrell.dm index 80151b02e27..390d323eb2a 100644 --- a/code/modules/mob/living/carbon/human/species/skrell.dm +++ b/code/modules/mob/living/carbon/human/species/skrell.dm @@ -1,7 +1,7 @@ /datum/species/skrell name = "Skrell" name_plural = "Skrell" - max_age = "220" // they're just like space elves no way + max_age = 220 // they're just like space elves no way icobase = 'icons/mob/human_races/r_skrell.dmi' language = "Qurvolious" primitive_form = /datum/species/monkey/skrell