Readds HI prosthetics, corrects naming

This commit is contained in:
Anewbe
2017-02-23 14:41:24 -06:00
parent 9d0fd9b866
commit 9d6a11e17d
5 changed files with 67 additions and 23 deletions

View File

@@ -39,7 +39,7 @@
name = "All robolimb blueprints" name = "All robolimb blueprints"
contains = list( contains = list(
/obj/item/weapon/disk/limb/bishop, /obj/item/weapon/disk/limb/bishop,
/obj/item/weapon/disk/limb/hesphiastos, /obj/item/weapon/disk/limb/hephaistos,
/obj/item/weapon/disk/limb/morpheus, /obj/item/weapon/disk/limb/morpheus,
/obj/item/weapon/disk/limb/veymed, /obj/item/weapon/disk/limb/veymed,
/obj/item/weapon/disk/limb/wardtakahashi, /obj/item/weapon/disk/limb/wardtakahashi,
@@ -68,6 +68,13 @@
containername = "Robolimb blueprints (Xion)" containername = "Robolimb blueprints (Xion)"
access = access_robotics access = access_robotics
/datum/supply_packs/robotics/robolimbs/
name = "Hephaistos robolimb blueprints"
contains = list(/obj/item/weapon/disk/limb/hephaistos)
containertype = /obj/structure/closet/crate/secure/gear
containername = "Robolimb blueprints (Hephaistos)"
access = access_robotics
/datum/supply_packs/robotics/robolimbs/wardtakahashi /datum/supply_packs/robotics/robolimbs/wardtakahashi
name = "Ward-Takahashi robolimb blueprints" name = "Ward-Takahashi robolimb blueprints"
contains = list(/obj/item/weapon/disk/limb/wardtakahashi) contains = list(/obj/item/weapon/disk/limb/wardtakahashi)

View File

@@ -442,6 +442,6 @@
display_name = "outfit, frontier" display_name = "outfit, frontier"
path = /obj/item/clothing/under/frontier path = /obj/item/clothing/under/frontier
/datum/gear/uniform/brandsuit/hephaestus /datum/gear/uniform/brandsuit/hephaistos
display_name = "jumpsuit, hephaestus" display_name = "jumpsuit, hephaistos"
path = /obj/item/clothing/under/hephaestus path = /obj/item/clothing/under/hephaistos

View File

@@ -681,9 +681,9 @@
icon_state = "focal" icon_state = "focal"
worn_state = "focal" worn_state = "focal"
/obj/item/clothing/under/hephaestus /obj/item/clothing/under/hephaistos
name = "\improper Hephaestus jumpsuit" name = "\improper Hephaistos jumpsuit"
desc = "A jumpsuit belonging to Hephaestus Industries, a Trans-Stellar best known for its arms production." desc = "A jumpsuit belonging to Hephaistos Industries, a Trans-Stellar best known for its arms production."
icon_state = "heph" icon_state = "heph"
worn_state = "heph" worn_state = "heph"

View File

@@ -70,29 +70,29 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
parts = list(BP_HEAD) parts = list(BP_HEAD)
monitor_styles = standard_monitor_styles monitor_styles = standard_monitor_styles
/datum/robolimb/hesphiastos /datum/robolimb/hephaistos
company = "Hesphiastos" company = "Hephaistos"
desc = "This limb has a militaristic black and green casing with gold stripes." desc = "This limb has a militaristic black and green casing with gold stripes."
icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_main.dmi' icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_main.dmi'
unavailable_to_build = 1 unavailable_to_build = 1
/datum/robolimb/hesphiastos_alt1 /datum/robolimb/hephaistos_alt1
company = "Hesphiastos - Frontier" company = "Hephaistos - Frontier"
desc = "A rugged prosthetic head featuring the standard Hesphiastos theme, a visor and an external display." desc = "A rugged prosthetic head featuring the standard Hesphiastos theme, a visor and an external display."
icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_alt1.dmi' icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_alt1.dmi'
unavailable_to_build = 1 unavailable_to_build = 1
parts = list(BP_HEAD) parts = list(BP_HEAD)
monitor_styles = "blank=hesphiastos_alt_off;\ monitor_styles = "blank=hephaistos_alt_off;\
pink=hesphiastos_alt_pink;\ pink=hephaistos_alt_pink;\
orange=hesphiastos_alt_orange;\ orange=hephaistos_alt_orange;\
goggles=hesphiastos_alt_goggles;\ goggles=hephaistos_alt_goggles;\
scroll=hesphiastos_alt_scroll;\ scroll=hephaistos_alt_scroll;\
rgb=hesphiastos_alt_rgb;\ rgb=hephaistos_alt_rgb;\
rainbow=hesphiastos_alt_rainbow" rainbow=hephaistos_alt_rainbow"
/datum/robolimb/hesphiastos_monitor /datum/robolimb/hephaistos_monitor
company = "Hesphiastos Monitor" company = "Hephaistos Monitor"
desc = "Hesphiastos' unique spin on a popular prosthetic head model. It looks rugged and sturdy." desc = "Hephaistos' unique spin on a popular prosthetic head model. It looks rugged and sturdy."
icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_monitor.dmi' icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_monitor.dmi'
unavailable_to_build = 1 unavailable_to_build = 1
parts = list(BP_HEAD) parts = list(BP_HEAD)
@@ -183,8 +183,8 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
/obj/item/weapon/disk/limb/bishop /obj/item/weapon/disk/limb/bishop
company = "Bishop" company = "Bishop"
/obj/item/weapon/disk/limb/hesphiastos /obj/item/weapon/disk/limb/hephaistos
company = "Hesphiastos" company = "Hephaistos"
/obj/item/weapon/disk/limb/morpheus /obj/item/weapon/disk/limb/morpheus
company = "Morpheus" company = "Morpheus"

View File

@@ -0,0 +1,37 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Hephaistos Industries prosthetic disks can now be ordered again."
- wip: "Hephaistos Industries is the correct spelling for that company, per the wiki. Please submit a bug report if you find any references that don't match."