From 27e38e654a611aeefd548c41035bbff035caa76b Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:32:54 +0000 Subject: [PATCH] Uncommenting (Success check) --- code/datums/tutorial/xenomorph/xenomorph_basic.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/datums/tutorial/xenomorph/xenomorph_basic.dm b/code/datums/tutorial/xenomorph/xenomorph_basic.dm index 1a726dfc2801..e91c85e1e1e4 100644 --- a/code/datums/tutorial/xenomorph/xenomorph_basic.dm +++ b/code/datums/tutorial/xenomorph/xenomorph_basic.dm @@ -1,10 +1,10 @@ #define WAITING_HEALTH_THRESHOLD 300 /datum/tutorial/xenomorph/basic - //name = "Xenomorph - Basic" - //desc = "A tutorial to get you acquainted with the very basics of how to play a xenomorph." - //icon_state = "xeno" - //tutorial_id = "xeno_basic_1" + name = "Xenomorph - Basic" + desc = "A tutorial to get you acquainted with the very basics of how to play a xenomorph." + icon_state = "xeno" + tutorial_id = "xeno_basic_1" tutorial_template = /datum/map_template/tutorial/s12x12 starting_xenomorph_type = /mob/living/carbon/xenomorph/drone