mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Offbrand sightlights fix (#21012)
Now that I know how object hierarchies work... Fixes offbrand sightlights (they were inheriting the original obj restrictions).
This commit is contained in:
@@ -193,20 +193,19 @@
|
||||
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "Paramedic", "Psychiatrist", "Medical Intern", "Corporate Liaison", "Research Director","Scientist", "Xenobiologist", "Xenobotanist", "Xenoarchaeologist", "Research Intern", "Assistant", "Off-Duty Crew Member", "Corporate Reporter", "Captain", "Bridge Crew", "Medical Personnel", "Science Personnel")
|
||||
|
||||
/datum/gear/augment/sightlights
|
||||
display_name = "Zeng-Hu ocular sightlights"
|
||||
description = "Designed to assist Zeng-Hu medical personnel in darker areas or places experiencing periodic power issues, Sightlights allow one to use their eyes as a flashlight. These are the original high-spec models available exclusively through Zeng-Hu."
|
||||
path = /obj/item/organ/internal/augment/sightlights
|
||||
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_BULWARK, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
|
||||
faction = "Zeng-Hu Pharmaceuticals"
|
||||
cost = 3
|
||||
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "Paramedic", "Psychiatrist", "Medical Intern", "Corporate Liaison", "Research Director","Scientist", "Xenobiologist", "Xenobotanist", "Xenoarchaeologist", "Research Intern", "Assistant", "Off-Duty Crew Member", "Corporate Reporter", "Captain", "Bridge Crew", "Medical Personnel", "Science Personnel")
|
||||
|
||||
/datum/gear/augment/sightlights/generic
|
||||
display_name = "offbrand ocular sightlights"
|
||||
description = "Designed to assist personnel in darker areas or places experiencing periodic power issues, sightlights allow one to use their eyes as a flashlight. Later SCC-mediated negotiation loosened the augment's patent restrictions, allowing offbrand manufacture and use of lesser models by other members of the Chainlink."
|
||||
path = /obj/item/organ/internal/augment/sightlights/generic
|
||||
path = /obj/item/organ/internal/augment/sightlights
|
||||
cost = 3
|
||||
|
||||
/datum/gear/augment/sightlights/zenghu
|
||||
display_name = "Zeng-Hu ocular sightlights"
|
||||
description = "Designed to assist Zeng-Hu medical personnel in darker areas or places experiencing periodic power issues, Sightlights allow one to use their eyes as a flashlight. These are the original high-spec models available exclusively through Zeng-Hu."
|
||||
path = /obj/item/organ/internal/augment/sightlights/zenghu
|
||||
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_BULWARK, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
|
||||
faction = "Zeng-Hu Pharmaceuticals"
|
||||
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "Paramedic", "Psychiatrist", "Medical Intern", "Corporate Liaison", "Research Director","Scientist", "Xenobiologist", "Xenobotanist", "Xenoarchaeologist", "Research Intern", "Assistant", "Off-Duty Crew Member", "Corporate Reporter", "Captain", "Bridge Crew", "Medical Personnel", "Science Personnel")
|
||||
|
||||
/datum/gear/augment/zenghu_mask
|
||||
display_name = "zeng-hu facial augment selection"
|
||||
description = "A clear sign of Zeng-Hu's best, this plate bearing the company's symbol is installed on those who prove themselves in the hyper-competitive environment."
|
||||
|
||||
@@ -1,24 +1,25 @@
|
||||
/obj/item/organ/internal/augment/sightlights
|
||||
name = "Zeng-Hu ocular sightlights"
|
||||
desc = "Designed to assist Zeng-Hu medical personnel in darker areas or places experiencing periodic power issues, sightlights will allow one to be able to use their eyes as a flashlight. These are the original high-spec models available exclusively through Zeng-Hu."
|
||||
icon_state = "sightlights"
|
||||
organ_tag = BP_AUG_SIGHTLIGHTS
|
||||
parent_organ = BP_HEAD
|
||||
action_button_name = "Activate Ocular Installed Sightlights "
|
||||
action_button_icon = "sightlights"
|
||||
cooldown = 30
|
||||
activable = TRUE
|
||||
var/lights_on = FALSE
|
||||
var/lights_color = "#e9dfea" // Pale violet, very Zeng-Hu.
|
||||
var/lights_range = 6
|
||||
var/lights_intensity = 2
|
||||
|
||||
/obj/item/organ/internal/augment/sightlights/generic
|
||||
name = "offbrand ocular sightlights"
|
||||
desc = "Designed to assist personnel in darker areas or places experiencing periodic power issues, Zeng-Hu sightlights will allow one to be able to use their eyes as a flashlight. Later SCC-mediated negotiation loosened the augment's patent restrictions, allowing offbrand manufacture and use of lesser models by other members of the Chainlink."
|
||||
icon_state = "m2eyes"
|
||||
lights_color = LIGHT_COLOR_TUNGSTEN
|
||||
lights_range = 4
|
||||
action_button_name = "Activate Ocular Installed Sightlights "
|
||||
action_button_icon = "sightlights"
|
||||
activable = TRUE
|
||||
organ_tag = BP_AUG_SIGHTLIGHTS
|
||||
parent_organ = BP_HEAD
|
||||
cooldown = 30
|
||||
|
||||
var/lights_on = FALSE
|
||||
var/lights_color = LIGHT_COLOR_TUNGSTEN
|
||||
var/lights_range = 4
|
||||
var/lights_intensity = 2
|
||||
|
||||
/obj/item/organ/internal/augment/sightlights/zenghu
|
||||
name = "Zeng-Hu ocular sightlights"
|
||||
desc = "Designed to assist Zeng-Hu medical personnel in darker areas or places experiencing periodic power issues, sightlights will allow one to be able to use their eyes as a flashlight. These are the original high-spec models available exclusively through Zeng-Hu."
|
||||
icon_state = "sightlights"
|
||||
lights_color = "#e9dfea" // Pale violet, very Zeng-Hu.
|
||||
lights_range = 6
|
||||
lights_intensity = 2
|
||||
|
||||
/obj/item/organ/internal/augment/sightlights/attack_self(var/mob/user)
|
||||
|
||||
Reference in New Issue
Block a user