-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds some NSV13 clothes to the torp shop (#2654)
- Loading branch information
1 parent
c4e4aad
commit 7d55f64
Showing
5 changed files
with
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/datum/gear/hat/sun | ||
display_name = "headband of the rising sun" | ||
path = /obj/item/clothing/head/ship/rising_sun | ||
allowed_roles = list(JOB_NAME_MUNITIONSTECHNICIAN, JOB_NAME_MASTERATARMS, JOB_NAME_PILOT, JOB_NAME_AIRTRAFFICCONTROLLER) |
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/gear/suit/jacket/utility | ||
display_name = "Utility jacket" | ||
path = /obj/item/clothing/suit/ship/assistant_jacket | ||
|
||
/datum/gear/suit/peacevest | ||
display_name = "Peacekeeper vest" | ||
path = /obj/item/clothing/suit/ship/peacekeeper | ||
allowed_roles = list(JOB_NAME_SECURITYOFFICER) |
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