mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Adds New Prosthetics Set (#7467)
* Adds a new FBP CS set, removes old alt2 * Adds a new FBP CS set, removes old alt2 * Readds Cyber Solutions - Array * Readds Cyber Solutions - Array * Adds a new FBP CS set Changelog
This commit is contained in:
committed by
VirgoBot
parent
db03f17102
commit
eb48eef20e
@@ -186,11 +186,10 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
|
|
||||||
/datum/robolimb/cybersolutions_alt2
|
/datum/robolimb/cybersolutions_alt2
|
||||||
company = "Cyber Solutions - Array"
|
company = "Cyber Solutions - Outdated"
|
||||||
desc = "This limb is simple and functional; array of sensors on a featureless case."
|
desc = "This limb is of severely outdated design; there's no way it's comfortable or very functional to use."
|
||||||
icon = 'icons/mob/human_races/cyberlimbs/cybersolutions/cybersolutions_alt2.dmi'
|
icon = 'icons/mob/human_races/cyberlimbs/cybersolutions/cybersolutions_alt2.dmi'
|
||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
parts = list(BP_HEAD)
|
|
||||||
|
|
||||||
/datum/robolimb/cybersolutions_alt1
|
/datum/robolimb/cybersolutions_alt1
|
||||||
company = "Cyber Solutions - Wight"
|
company = "Cyber Solutions - Wight"
|
||||||
@@ -198,6 +197,13 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
icon = 'icons/mob/human_races/cyberlimbs/cybersolutions/cybersolutions_alt1.dmi'
|
icon = 'icons/mob/human_races/cyberlimbs/cybersolutions/cybersolutions_alt1.dmi'
|
||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
|
|
||||||
|
/datum/robolimb/cybersolutions_alt3
|
||||||
|
company = "Cyber Solutions - Array"
|
||||||
|
desc = "This limb is simple and functional; array of sensors on a featureless case."
|
||||||
|
icon = 'icons/mob/human_races/cyberlimbs/cybersolutions/cybersolutions_alt3.dmi'
|
||||||
|
unavailable_to_build = 1
|
||||||
|
parts = list(BP_HEAD)
|
||||||
|
|
||||||
/datum/robolimb/einstein
|
/datum/robolimb/einstein
|
||||||
company = "Einstein Engines"
|
company = "Einstein Engines"
|
||||||
desc = "This limb is lightweight with a sleek design."
|
desc = "This limb is lightweight with a sleek design."
|
||||||
|
|||||||
36
html/changelogs/SubberTheFabulous-PR-7467.yml
Normal file
36
html/changelogs/SubberTheFabulous-PR-7467.yml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
################################
|
||||||
|
# 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: Subber
|
||||||
|
|
||||||
|
# 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: "Added a new prosthetic sprite set: Cyber Solutions - Outdated."
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 603 B |
Reference in New Issue
Block a user