Skip to content

Commit

Permalink
aaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jan 11, 2024
1 parent c383756 commit e94d3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/tutorial/marine/medical_basic_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
SIGNAL_HANDLER

message_to_player("Feel free to examine these items. When you are finished, eat the food to end the tutoiral.")
update_objective("Eat the food bar when you are ready to end the tutorial")
update_objective("Eat the food bar when you are ready to end the tutorial.")
var/obj/item/reagent_container/food/snacks/protein_pack/food = new(loc_from_corner(3, 3))
add_to_tracking_atoms(food)
add_highlight(food)
Expand All @@ -295,7 +295,7 @@
SIGNAL_HANDLER

message_to_player("Good luck Marine")
update_objective("")
update_objective("Tutorial completed")
tutorial_end_in(5 SECONDS, TRUE)

// END OF SCRIPTING
Expand Down

0 comments on commit e94d3e5

Please sign in to comment.