Remove uneeded comments

Copied comments from Kendrick weren't necessary in Sana.
This commit is contained in:
Cyrelius
2022-05-24 11:33:04 -07:00
parent 13041f06b9
commit 2e7c8520bf

View File

@@ -795,8 +795,6 @@
name = "Sana"
desc = "A pink slime that seems to be oddly friendly, and doesn't seem interested in eating your face like the rest of them."
rainbow_core_candidate = FALSE
// Doing pacify() in initialize() won't actually pacify the AI due to the ai_holder not existing due to parent initialize() not being called yet.
// Instead lets just give them an ai_holder that does that for us.
ai_holder_type = /datum/ai_holder/simple_mob/xenobio_slime/passive
/mob/living/simple_mob/slime/xenobio/pink/sana/Initialize()