-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fucking finally * defines unneeded * CI fix * This sure took a while * oh god i forgot to pr this * Apply suggestions from code review Co-authored-by: Bloop <[email protected]> * done * Apply suggestions from code review Co-authored-by: GoldenAlpharex <[email protected]> * Missed this one. Co-authored-by: GoldenAlpharex <[email protected]> * This should do. * Update readme.md * Sucks! * I Love Merge Conflicts! * Sad I guess * Map conflict fixed * Update mod.dmi * normal sized taser --------- Co-authored-by: Bloop <[email protected]> Co-authored-by: GoldenAlpharex <[email protected]>
- Loading branch information
1 parent
9a3b953
commit b570a6a
Showing
18 changed files
with
147 additions
and
66 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define LIGHT_COLOR_CLOCKWORK "#BE8700" | ||
#define COLOR_SOLFED_GOLD "#FFD900" | ||
#define LIGHT_COLOR_YELLOW "#E1E17D" | ||
#define COLOR_NRI_POLICE_BLUE "#1f3347" | ||
#define COLOR_NRI_POLICE_SILVER "#c0c0c0" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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,49 @@ | ||
/obj/item/clothing/under/colonial/nri_police | ||
name = "imperial police outfit" | ||
desc = "Fancy blue durathread shirt and a pair of cotton-blend pants with a black synthleather belt. A time-tested design first employed by the NRI police's \ | ||
precursor organisation, Rim-world Colonial Militia, now utilised by them as a tribute." | ||
icon_state = "under_police" | ||
armor_type = /datum/armor/clothing_under/rank_security | ||
strip_delay = 5 SECONDS | ||
sensor_mode = SENSOR_COORDS | ||
random_sensor = FALSE | ||
can_adjust = FALSE | ||
|
||
/obj/item/clothing/neck/cloak/colonial/nri_police | ||
name = "imperial police cloak" | ||
desc = "A cloak made from heavy tarpaulin. Nigh wind- and waterproof thanks to its design. The signature white rectangle of the NRI police covers the garment's back." | ||
icon_state = "cloak_police" | ||
|
||
/obj/item/clothing/head/hats/colonial/nri_police | ||
name = "imperial police cap" | ||
desc = "A puffy cap made out of tarpaulin covered by some textile. It is sturdy and comfortable, and seems to retain its form very well. <br>\ | ||
Silver NRI police insignia is woven right above its visor." | ||
icon_state = "cap_police" | ||
armor_type = /datum/armor/cosmetic_sec | ||
|
||
/obj/item/clothing/mask/gas/nri_police | ||
name = "imperial police mask" | ||
desc = "A close-fitting tactical mask." | ||
icon = 'modular_skyrat/modules/novaya_ert/icons/mask.dmi' | ||
worn_icon = 'modular_skyrat/modules/novaya_ert/icons/wornmask.dmi' | ||
worn_icon_digi = 'modular_skyrat/modules/novaya_ert/icons/wornmask_digi.dmi' | ||
icon_state = "nri_police" | ||
inhand_icon_state = "swat" | ||
flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT | ||
visor_flags_inv = 0 | ||
flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF | ||
visor_flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF | ||
|
||
/obj/item/clothing/head/helmet/nri_police | ||
name = "imperial police helmet" | ||
desc = "Thick-looking tactical helmet made out of shaped Plasteel. Colored dark blue, similar to one imperial police is commonly using." | ||
icon_state = "police_helmet" | ||
icon = 'modular_skyrat/modules/novaya_ert/icons/armor.dmi' | ||
worn_icon = 'modular_skyrat/modules/novaya_ert/icons/wornarmor.dmi' | ||
|
||
/obj/item/clothing/suit/armor/vest/nri_police | ||
name = "imperial police plate carrier" | ||
desc = "A reasonably heavy, yet comfortable armor vest comprised of a bunch of dense plates. Colored dark blue and bears a reflective stripe on the front and back." | ||
icon_state = "police_vest" | ||
icon = 'modular_skyrat/modules/novaya_ert/icons/armor.dmi' | ||
worn_icon = 'modular_skyrat/modules/novaya_ert/icons/wornarmor.dmi' |
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.
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 |
---|---|---|
@@ -1,14 +1,15 @@ | ||
## Title: Novaya Rossiyskaya Imperiya ERT | ||
## Title: Novaya Rossiyskaya Imperiya Module | ||
|
||
MODULE ID: NRI ERT | ||
MODULE ID: NRI STUFF | ||
|
||
### Description: | ||
|
||
A new style ERT for our Russian downstream, requested by them! It's a cool looking Russian style space ERT with guns and vodka! | ||
Everything mainly NRI-related, from various cosmetic clothing to guns to ERTs. | ||
|
||
### Credits: | ||
Gandalf2k15 - Code and some icons. | ||
Stalkeros - Code and some icons. | ||
Zydras - NRI police clothing, stun gun and NRI holobarriers icons. | ||
Ramirez - Icons and idea. | ||
Flavrius - Icons + misc. | ||
Paxilmaniac - Surplus weapons and armor | ||
Paxilmaniac - Surplus weapons and armor. |
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