-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
silicons
committed
Aug 3, 2023
1 parent
3f4d83c
commit 1090810
Showing
16 changed files
with
102 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
control_sealed_append = "" | ||
desc = "TBD" | ||
fluff_desc = "TBD" | ||
|
||
#warn impl | ||
#warn impl | ||
|
||
|
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 |
---|---|---|
|
@@ -12,5 +12,4 @@ | |
fluff_desc = "TBD" | ||
display_name = "salvage" | ||
visible_name = "Salvage" | ||
|
||
#warn impl | ||
#warn impl |
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 |
---|---|---|
|
@@ -12,5 +12,4 @@ | |
fluff_desc = "TBD" | ||
display_name = "standard" | ||
visible_name = "Standard" | ||
|
||
#warn impl | ||
#warn impl |
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,54 @@ | ||
//* This file is explicitly licensed under the MIT license. *// | ||
//* Copyright (c) 2023 Citadel Station developers. *// | ||
|
||
/datum/rig_theme/station/exploration | ||
abstract_type = /datum/rig_theme/station/exploration | ||
base_icon = 'icons/modules/rigsuits/suits/station/exploration.dmi' | ||
pieces = list( | ||
/datum/rig_piece/helmet, | ||
/datum/rig_piece/chestplate, | ||
/datum/rig_piece/gloves, | ||
/datum/rig_piece/boots{ | ||
base_state_when_unsealed = ""; | ||
base_state_when_sealed = ""; | ||
}, | ||
) | ||
control_base_state_worn = "" | ||
control_sealed_append = "" | ||
|
||
/datum/rig_theme/station/exploration/standard | ||
name = "excursion rig" | ||
base_state = "explo" | ||
desc = "TBD" | ||
fluff_desc = "TBD" | ||
display_name = "excursion" | ||
visible_name = "excursion" | ||
#warn impl | ||
|
||
/datum/rig_theme/station/exploration/pathfinder | ||
name = "pathfinder rig" | ||
base_state = "pf" | ||
desc = "TBD" | ||
fluff_desc = "TBD" | ||
display_name = "pathfinder" | ||
visible_name = "pathfinder" | ||
control_base_state_worn = null | ||
#warn impl | ||
|
||
/datum/rig_theme/station/exploration/medic | ||
name = "field medic rig" | ||
base_state = "medic" | ||
desc = "TBD" | ||
fluff_desc = "TBD" | ||
display_name = "medic" | ||
visible_name = "medic" | ||
#warn impl | ||
|
||
/datum/rig_theme/station/exploration/pilot | ||
name = "pilot rig" | ||
base_state = "pilot" | ||
desc = "TBD" | ||
fluff_desc = "TBD" | ||
display_name = "pilot" | ||
visible_name = "pilot" | ||
#warn impl |
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 |
---|---|---|
|
@@ -26,5 +26,4 @@ | |
worn_bodytypes = BODYTYPES(BODYTYPE_DEFAULT, BODYTYPE_TAJARAN, BODYTYPE_IPC); | ||
}, | ||
) | ||
|
||
#warn impl | ||
#warn impl |
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 |
---|---|---|
|
@@ -12,5 +12,4 @@ | |
fluff_desc = "TBD" | ||
display_name = "security" | ||
visible_name = "Security" | ||
|
||
#warn impl | ||
#warn impl |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.