-
Notifications
You must be signed in to change notification settings - Fork 57
Talon update: Paperwork, Map update and Refreshed Talon uniform become - Standart #1237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
bb90e1a
cbcd1c8
d26ef7b
6512580
14a91b5
5db6287
d6eb40c
6331767
f69672f
806adde
2fddee5
f41d1a0
da85d8b
18d1848
75d9ae8
2f37311
6033477
a5044c1
70a02ee
4417c8d
05ad805
a156a69
40c9120
f5de4bb
9932f07
49bf43f
c441b8d
2e0de2d
705bf74
5af2432
4c38c0d
cf8dfde
c959f9c
54d3856
a7dcf8f
8739eca
ac3cb32
2544c28
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
AzzyDreemurr13 marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,19 +6,19 @@ | |
| allowed_roles = list("Talon Captain","Talon Doctor","Talon Engineer","Talon Pilot","Talon Guard","Talon Miner") | ||
|
|
||
| /datum/gear/suit/labcoat/refreshedtalon | ||
| display_name = "Refreshed Talon Labcoat" | ||
| display_name = "Talon Labcoat" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't make changes to this file. The series of items added together my another contributor is all thematically named 'refreshed' and I don't want to lose that groping or make changes to their work.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe I should point out a note about this? Because Talon never actually had a lab coat. |
||
| description = "An expertly manufacted labcoat with Talon and medical insignia. Protects from chemical spills." | ||
| path = /obj/item/clothing/suit/storage/toggle/labcoat/talon | ||
| allowed_roles = list("Talon Doctor") | ||
|
|
||
| /datum/gear/suit/refreshedtaloncapcoat | ||
| display_name = "Refreshed Talon Captain's Coat" | ||
| display_name = "Talon Captain's Coat" | ||
| description = "An expertly manufacted coat that was specifically made for the commanding officers of ITV Talon vessels." | ||
| path = /obj/item/clothing/suit/talon/capcoat | ||
| path = /obj/item/clothing/suit/storage/talonbomberjacket/captain | ||
| allowed_roles = list("Talon Captain") | ||
|
|
||
| /datum/gear/suit/refreshedtalonpilotcoat | ||
| display_name = "Refreshed Talon Pilot Bomber Jacket" | ||
| display_name = "Talon Pilot Bomber Jacket" | ||
| description = "An expertly manufacted coat that was specifically made for the piloting personnel of ITV Talon vessels." | ||
| path = /obj/item/clothing/suit/storage/talonbomberjacket | ||
| allowed_roles = list("Talon Pilot") | ||
AzzyDreemurr13 marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,83 @@ | ||
| // New Talon Uniforms | ||
| /datum/gear/uniform/refreshedtalonbasic | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Review of this file pending other changes. At this point I'll just note changes will need to be done in such a way to avoid compatibility issues with save files using the old selections. |
||
| display_name = "Refreshed Talon Jumpsuit" | ||
| description = "An expertly manufacted jumpsuit worn often by ITV Talon operators. This variant of the suit has been given more thought, as it's made for manueverability in mind." | ||
| path = /obj/item/clothing/under/rank/talon/basic/refreshed | ||
| /datum/gear/uniform/talon | ||
| display_name = "Talon Uniforms" | ||
| description = "Select from a range of outfits available to all Talon crews." | ||
| allowed_roles = list("Talon Captain","Talon Doctor","Talon Engineer","Talon Pilot","Talon Guard","Talon Miner") | ||
| path = /obj/item/clothing/under/rank/talon/basic/refreshed | ||
| sort_category = "Uniforms" | ||
| cost = 1 | ||
|
|
||
| /datum/gear/uniform/refreshedtalonmedical | ||
| display_name = "Refreshed Talon Medical Jumpsuit" | ||
| description = "An expertly manufacted jumpsuit worn often by ITV Talon operators. This variant of the suit has been given more thought, as it's made for manueverability in mind." | ||
| path = /obj/item/clothing/under/rank/talon/proper/refreshed | ||
| allowed_roles = list("Talon Doctor") | ||
| /datum/gear/uniform/talon/New() | ||
| ..() | ||
| var/list/selector_uniforms = list( | ||
| "Refreshed Talon crew Uniform"=/obj/item/clothing/under/rank/talon/basic/refreshed, | ||
| "Old Talon crew Uniform"=/obj/item/clothing/under/rank/talon/basic, | ||
| ) | ||
| gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms)) | ||
|
|
||
| /datum/gear/uniform/refreshedtalonsecurity | ||
| display_name = "Refreshed Talon Security Jumpsuit" | ||
| description = "An expertly manufacted jumpsuit worn often by ITV Talon operators. This variant of the suit has been given more thought, as it's made for manueverability in mind." | ||
| path = /obj/item/clothing/under/rank/talon/security/refreshed | ||
| allowed_roles = list("Talon Guard") | ||
| /datum/gear/uniform/talon_captain | ||
| display_name = "Talon - Captain Uniforms" | ||
| description = "Select from a range of outfits available to all Talon Captain." | ||
| allowed_roles = list("Talon Captain") | ||
| path = /obj/item/clothing/under/rank/talon/command/refreshed | ||
| sort_category = "Uniforms" | ||
| cost = 1 | ||
|
|
||
| /datum/gear/uniform/refreshedtalonpilot | ||
| display_name = "Refreshed Talon Pilot Uniform" | ||
| description = "An expertly manufacted uniform worn often by ITV Talon operators. This variant of the suit has been given more thought, as it's made with formaility in mind." | ||
| path = /obj/item/clothing/under/rank/talon/pilot/refreshed | ||
| /datum/gear/uniform/talon_captain/New() | ||
| ..() | ||
| var/list/selector_uniforms = list( | ||
| "Refreshed Talon Command Uniform"=/obj/item/clothing/under/rank/talon/command/refreshed, | ||
| "Old Talon Command Uniform"=/obj/item/clothing/under/rank/talon/command, | ||
| ) | ||
| gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms)) | ||
|
|
||
| /datum/gear/uniform/talon_pilot | ||
| display_name = "Talon - Pilot Uniforms" | ||
| description = "Select from a range of outfits available to all Talon Pilot." | ||
| allowed_roles = list("Talon Pilot") | ||
| path = /obj/item/clothing/under/rank/talon/pilot/refreshed | ||
| sort_category = "Uniforms" | ||
| cost = 1 | ||
|
|
||
| /datum/gear/uniform/refreshedtaloncaptain | ||
| display_name = "Refreshed Talon Command Uniform" | ||
| description = "An expertly manufacted uniform worn often by ITV Talon operators. This variant of the suit has been given more thought, as it's made with formaility in mind." | ||
| path = /obj/item/clothing/under/rank/talon/command/refreshed | ||
| allowed_roles = list("Talon Captain") | ||
| /datum/gear/uniform/talon_pilot/New() | ||
| ..() | ||
| var/list/selector_uniforms = list( | ||
| "Refreshed Talon Pilot Uniform"=/obj/item/clothing/under/rank/talon/pilot/refreshed, | ||
| "Old Talon Pilot Uniform"=/obj/item/clothing/under/rank/talon/pilot, | ||
| ) | ||
| gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms)) | ||
|
|
||
| /datum/gear/uniform/talon_security | ||
| display_name = "Talon - Guard Uniforms" | ||
| description = "Select from a range of outfits available to all Talon Guard." | ||
| allowed_roles = list("Talon Guard") | ||
| path = /obj/item/clothing/under/rank/talon/security/refreshed | ||
| sort_category = "Uniforms" | ||
| cost = 1 | ||
|
|
||
| /datum/gear/uniform/talon_security/New() | ||
| ..() | ||
| var/list/selector_uniforms = list( | ||
| "Refreshed Talon Guard Uniform"=/obj/item/clothing/under/rank/talon/security/refreshed, | ||
| "Old Talon Security Uniform"=/obj/item/clothing/under/rank/talon/security, | ||
| ) | ||
| gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms)) | ||
|
|
||
| /datum/gear/uniform/talon_medical | ||
| display_name = "Talon - Doctor Uniforms" | ||
| description = "Select from a range of outfits available to all Talon Doctor's." | ||
| allowed_roles = list("Talon Doctor") | ||
| path = /obj/item/clothing/under/rank/talon/proper/refreshed | ||
| sort_category = "Uniforms" | ||
| cost = 1 | ||
|
|
||
| /datum/gear/uniform/talon_medical/New() | ||
| ..() | ||
| var/list/selector_uniforms = list( | ||
| "Refreshed Talon Doctor Uniform"=/obj/item/clothing/under/rank/talon/proper/refreshed, | ||
| "Old Talon Doctor Uniform"=/obj/item/clothing/under/rank/talon/proper, | ||
| ) | ||
| gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms)) | ||
|
|
||
| /datum/gear/uniform/hfjumpskirt | ||
| display_name = "HYPER jumpskirt" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,3 @@ | ||
| /obj/item/clothing/suit/talon/capcoat | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't make changes to this file for similar reasons stated earlier.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please look carefully regarding the change "coat". I specifically added it to the subtype so that this uniform would also have the ability to put something in the pockets. (Because in the current implementation there are no pockets.) |
||
| name = "Talon captain's coat" | ||
| desc = "A heavy coat worn by the ITV Talon's commanding officer, it has a nametag and ITV Talon logo on the breasts, it's incredibly snug to wear. The collar consists of genuine fur." | ||
| icon = 'icons/inventory/suit/item_rs.dmi' | ||
| default_worn_icon = 'icons/inventory/suit/mob_rs.dmi' | ||
| icon_state = "talon_capcoat" | ||
| item_state = "talon_capcoat" | ||
| body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS | ||
| flags_inv = HIDEHOLSTER | ||
|
|
||
| /obj/item/clothing/suit/storage/talonbomberjacket | ||
| name = "Talon bomber jacket" | ||
| desc = "A blue bomber jacket worn by the ITV Talon's piloting personnel, it has a nametag on the breast, it's incredibly warm, and comfortable. The collar and wrists consists of synthetic fur." | ||
|
|
@@ -22,6 +12,16 @@ | |
| min_cold_protection_temperature = T0C - 20 | ||
| siemens_coefficient = 0.7 | ||
|
|
||
| /obj/item/clothing/suit/storage/talonbomberjacket/captain | ||
| name = "Talon captain's coat" | ||
| desc = "A heavy coat worn by the ITV Talon's commanding officer, it has a nametag and ITV Talon logo on the breasts, it's incredibly snug to wear. The collar consists of genuine fur." | ||
| icon = 'icons/inventory/suit/item_rs.dmi' | ||
| default_worn_icon = 'icons/inventory/suit/mob_rs.dmi' | ||
| icon_state = "talon_capcoat" | ||
| item_state = "talon_capcoat" | ||
| body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS | ||
| flags_inv = HIDEHOLSTER | ||
|
|
||
| /obj/item/clothing/suit/storage/toggle/labcoat/talon | ||
| name = "Talon labcoat" | ||
| desc = "A large, and extremely sterile labcoat that protects the wearer from chemical spills. This one has ITV Talon colored patterns along the labcoat, the designated shapes list it as a medical officer's labcoat." | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,7 +76,7 @@ | |
| if("PRG_txtrpeview") | ||
| show_browser(usr,"<HTML><HEAD><TITLE>[open_file]</TITLE></HEAD>[pencode2html(loaded_data)]</BODY></HTML>", "window=[open_file]") | ||
| return TRUE | ||
|
|
||
| //RS Add - \[talogo\] - Inserts Talon logo image. | ||
| if("PRG_taghelp") | ||
| to_chat(usr, "<span class='notice'>The hologram of a googly-eyed paper clip helpfully tells you:</span>") | ||
| var/help = {" | ||
|
|
@@ -101,6 +101,7 @@ | |
| \[row\] - New table row. | ||
| \[cell\] - New table cell. | ||
| \[logo\] - Inserts NT logo image. | ||
| \[talogo\] - Inserts Talon logo image. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Needs // RS Add comment
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| \[redlogo\] - Inserts red NT logo image. | ||
| \[sglogo\] - Inserts Solgov insignia image."} | ||
|
|
||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.