forked from VOREStation/VOREStation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
48 changed files
with
1,464 additions
and
1,332 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,15 @@ | ||
var/datum/antagonist/event/event | ||
|
||
// Inherits most of its vars from the base datum. | ||
/datum/antagonist/event | ||
id = MODE_EVENT | ||
role_type = BE_EVENT | ||
role_text = "Event Character" | ||
role_text_plural = "Event Characters" | ||
can_hear_aooc = TRUE // If FALSE, the antag can neither speak nor hear AOOC. If TRUE, they can at least hear it. | ||
can_speak_aooc = TRUE // If TRUE, the antag can freely spean in AOOC. | ||
|
||
welcome_text = "You are an event character." | ||
antag_text = "You are have been selected as an event character, this gives you \ | ||
access to the AOOC chat channel to organise with other event characters. <b>Please remember all \ | ||
rules aside from those with explicit exceptions apply to event characters.</b>" |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.