Skip to content

Commit

Permalink
Uncommenting (Success check)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Feb 11, 2024
1 parent a595b97 commit 27e38e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/datums/tutorial/xenomorph/xenomorph_basic.dm
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 27e38e6

Please sign in to comment.