-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5abb53a
commit b5847a8
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/misc/paper.ftl
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,2 @@ | ||
ent-StationGoalPaper = station goal centcomm message | ||
.desc = It looks like you have a lot of work to do. |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/Corvax/Entities/Objects/Misc/paper.yml
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,11 @@ | ||
- type: entity | ||
parent: Paper | ||
id: StationGoalPaper | ||
name: station goal centcomm message | ||
description: 'It looks like you have a lot of work to do.' | ||
components: | ||
- type: Paper | ||
stampState: paper_stamp-centcom | ||
stampedBy: | ||
- stampedName: stamp-component-stamped-name-centcom | ||
stampedColor: "#bb3232" |