-
-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lets start it quickly * lets not start with it tho * debug job * modularizes ig? * we can move the warning to a new file * lets move the quickstart outside the borders of the world * override folder to naturally get it to include contents of quickstart last * touching the end of all * remove empty lines
- Loading branch information
Showing
4 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#ifdef QUICKSTART | ||
#warn WARNING: Compiling with QUICKSTART. | ||
/datum/job/assistant/debug | ||
title = "Debug Job" | ||
outfit = /datum/outfit/debug | ||
|
||
/datum/controller/subsystem/ticker | ||
start_immediately = TRUE | ||
|
||
/datum/controller/subsystem/job/AssignRole(mob/dead/new_player/player, rank, latejoin = FALSE) | ||
. = ..(player, "Debug Job", rank, latejoin) | ||
|
||
/mob/dead/new_player | ||
ready = TRUE | ||
#endif |
File renamed without changes.