[MIRROR] next new to init (#10524)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-24 14:10:59 -07:00
committed by GitHub
parent 9156a08bf0
commit 55d696e503
165 changed files with 672 additions and 729 deletions

View File

@@ -80,8 +80,8 @@ Slime definitions, Life and New live here.
REAGENT_ID_WOODPULP = list(XENO_CHEM_HEAL = 0.1, XENO_CHEM_NUTRI = 0.7),
REAGENT_ID_MUTATIONTOXIN = list(XENO_CHEM_NUTRI = 0.3) )
/mob/living/simple_mob/xeno/slime/New()
..()
/mob/living/simple_mob/xeno/slime/Initialize(mapload)
. = ..()
for(var/datum/language/L in subtypesof(/datum/language))
languages += L
speak += "[station_name()]?"
@@ -90,4 +90,3 @@ Slime definitions, Life and New live here.
resistances[BRUTE] = 0.2
resistances[TOX] = 1.5
GenerateChild()
return 1