mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
@@ -18,7 +18,7 @@ var/global/list/limb_icon_cache = list()
|
|||||||
h_col = null
|
h_col = null
|
||||||
if(robotic >= ORGAN_ROBOT)
|
if(robotic >= ORGAN_ROBOT)
|
||||||
var/datum/robolimb/franchise = all_robolimbs[model]
|
var/datum/robolimb/franchise = all_robolimbs[model]
|
||||||
if(!(franchise && franchise.lifelike))
|
if(!(franchise && franchise.skin_tone))
|
||||||
if(human.synth_color)
|
if(human.synth_color)
|
||||||
s_col = list(human.r_synth, human.g_synth, human.b_synth)
|
s_col = list(human.r_synth, human.g_synth, human.b_synth)
|
||||||
return
|
return
|
||||||
@@ -36,7 +36,7 @@ var/global/list/limb_icon_cache = list()
|
|||||||
h_col = null
|
h_col = null
|
||||||
if(robotic >= ORGAN_ROBOT)
|
if(robotic >= ORGAN_ROBOT)
|
||||||
var/datum/robolimb/franchise = all_robolimbs[model]
|
var/datum/robolimb/franchise = all_robolimbs[model]
|
||||||
if(!(franchise && franchise.lifelike))
|
if(!(franchise && franchise.skin_tone))
|
||||||
return
|
return
|
||||||
if(!isnull(dna.GetUIValue(DNA_UI_SKIN_TONE)) && (species.appearance_flags & HAS_SKIN_TONE))
|
if(!isnull(dna.GetUIValue(DNA_UI_SKIN_TONE)) && (species.appearance_flags & HAS_SKIN_TONE))
|
||||||
s_tone = dna.GetUIValue(DNA_UI_SKIN_TONE)
|
s_tone = dna.GetUIValue(DNA_UI_SKIN_TONE)
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
var/unavailable_at_chargen // If set, not available at chargen.
|
var/unavailable_at_chargen // If set, not available at chargen.
|
||||||
var/unavailable_to_build // If set, can't be constructed.
|
var/unavailable_to_build // If set, can't be constructed.
|
||||||
var/lifelike // If set, appears organic.
|
var/lifelike // If set, appears organic.
|
||||||
|
var/skin_tone // If set, applies skin tone rather than part color
|
||||||
var/blood_color = "#030303"
|
var/blood_color = "#030303"
|
||||||
var/list/species_cannot_use = list("Teshari")
|
var/list/species_cannot_use = list("Teshari")
|
||||||
var/list/monitor_styles //If empty, the model of limbs offers a head compatible with monitors.
|
var/list/monitor_styles //If empty, the model of limbs offers a head compatible with monitors.
|
||||||
@@ -100,7 +101,7 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
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)
|
parts = list(BP_HEAD)
|
||||||
|
|
||||||
/datum/robolimb/cybersolutions_alt1
|
/datum/robolimb/cybersolutions_alt1
|
||||||
company = "Cyber Solutions - Wight"
|
company = "Cyber Solutions - Wight"
|
||||||
desc = "This limb has cheap plastic panels mounted on grey metal."
|
desc = "This limb has cheap plastic panels mounted on grey metal."
|
||||||
@@ -198,6 +199,7 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
icon = 'icons/mob/human_races/cyberlimbs/veymed/veymed_main.dmi'
|
icon = 'icons/mob/human_races/cyberlimbs/veymed/veymed_main.dmi'
|
||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
lifelike = 1
|
lifelike = 1
|
||||||
|
skin_tone = 1
|
||||||
blood_color = "#CCCCCC"
|
blood_color = "#CCCCCC"
|
||||||
speech_bubble_appearance = "normal"
|
speech_bubble_appearance = "normal"
|
||||||
|
|
||||||
@@ -220,7 +222,6 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
icon = 'icons/mob/human_races/cyberlimbs/wardtakahashi/wardtakahashi_alt2.dmi'
|
icon = 'icons/mob/human_races/cyberlimbs/wardtakahashi/wardtakahashi_alt2.dmi'
|
||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
|
|
||||||
|
|
||||||
/datum/robolimb/wardtakahashi_monitor
|
/datum/robolimb/wardtakahashi_monitor
|
||||||
company = "Ward-Takahashi Monitor"
|
company = "Ward-Takahashi Monitor"
|
||||||
desc = "Ward-Takahashi's unique spin on a popular prosthetic head model. It looks sleek and modern."
|
desc = "Ward-Takahashi's unique spin on a popular prosthetic head model. It looks sleek and modern."
|
||||||
@@ -278,6 +279,7 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
|
|||||||
desc = "This limb has a rubbery fleshtone covering with visible seams."
|
desc = "This limb has a rubbery fleshtone covering with visible seams."
|
||||||
icon = 'icons/mob/human_races/cyberlimbs/zenghu/zenghu_main.dmi'
|
icon = 'icons/mob/human_races/cyberlimbs/zenghu/zenghu_main.dmi'
|
||||||
unavailable_to_build = 1
|
unavailable_to_build = 1
|
||||||
|
skin_tone = 1
|
||||||
|
|
||||||
/obj/item/weapon/disk/limb
|
/obj/item/weapon/disk/limb
|
||||||
name = "Limb Blueprints"
|
name = "Limb Blueprints"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user