-
-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Should be showing the ghost ship now.
Might have broken ghost ships as the stop observe button causes a runtime error for them.
- Loading branch information
Showing
6 changed files
with
20 additions
and
3 deletions.
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,8 @@ | ||
/datum/antagonist/ghost_ship | ||
name = "Ghost Ship" | ||
show_name_in_check_antagonists = TRUE | ||
show_in_antagpanel = FALSE | ||
show_in_roundend = FALSE | ||
banning_key = ROLE_GHOSTSHIP | ||
|
||
///Used for tracking and because the role_preferences needs an antag_datum to point at. |
3 changes: 3 additions & 0 deletions
3
nsv13/code/modules/antagonists/role_preference/role_midrounds.dm
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,3 @@ | ||
/datum/role_preference/midround_ghost/ghost_ship | ||
name = "Ghost Ship" | ||
antag_datum = /datum/antagonist/ghost_ship |
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