From 75c8016d9d1d04661bc1d6426c2a05a4db8935d8 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Thu, 17 Feb 2022 18:03:24 -0700 Subject: [PATCH] update out of date metroid comment Because all I did was control-H for slime and replaced it with metroid. The usual slime taming mechanics obviously do not work anymore :P --- .../mob/living/simple_mob/subtypes/metroid/metJuvenile.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/metroid/metJuvenile.dm b/code/modules/mob/living/simple_mob/subtypes/metroid/metJuvenile.dm index da111e7817..101721a98f 100644 --- a/code/modules/mob/living/simple_mob/subtypes/metroid/metJuvenile.dm +++ b/code/modules/mob/living/simple_mob/subtypes/metroid/metJuvenile.dm @@ -1,4 +1,4 @@ -// These metroids have the mechanics xenobiologists care about, such as reproduction, mutating into new colors, and being able to submit through fear. +//Some basic metroid specific mechanics. Lifted from slime code, but gutted all the xenobio taming stuff. Feel free to add it back in, but I recommend making a new specific subset of tamable metroids and leaving the others as wild or soemthing. /mob/living/simple_mob/metroid/juvenile desc = "This metroid should not be spawned. Yell at your local dev or event manager." @@ -169,4 +169,4 @@ step_away(src, L) else - ..() \ No newline at end of file + ..()