Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from MrStonedOne/patch-1
Browse files Browse the repository at this point in the history
disables tutorials
  • Loading branch information
RigglePrime authored Dec 16, 2023
2 parents 263941a + 55ff8fb commit 9c89bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/tutorials/_tutorial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@

/// Checks if the user should be given this tutorial
/datum/tutorial_manager/proc/should_run(mob/user)
return FALSE
var/ckey = user.ckey

if (isnull(ckey))
Expand Down

0 comments on commit 9c89bea

Please sign in to comment.