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