mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Port limbs, wings from Aphrodite
This commit is contained in:
@@ -18,4 +18,26 @@
|
||||
/datum/robolimb/Hperformance
|
||||
company = "Hperformance."
|
||||
desc = "Hperformance brand prosthetic limbs."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/Hperformance/hperformance_main.dmi' //Sprited by: Generalpantsu
|
||||
icon = 'icons/mob/human_races/cyberlimbs/Hperformance/hperformance_main.dmi' //Sprited by: Generalpantsu
|
||||
|
||||
/datum/robolimb/dsi_cyberdoe
|
||||
company = "Aphrodite - Cyberdoe"
|
||||
desc = "This limb feels soft and fluffy, realistic in design and squish. By Aprhodite Ltd."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/aphrodite/andy_taj.dmi'
|
||||
blood_color = "#ffe2ff"
|
||||
lifelike = 1
|
||||
unavailable_to_build = 1
|
||||
includes_tail = 0
|
||||
suggested_species = "Tajara"
|
||||
whitelisted_to = list("dameonowen")
|
||||
|
||||
/datum/robolimb/dsi_cyberdragon
|
||||
company = "Aphrodite - Cyberdragon"
|
||||
desc = "This limb feels smooth and scalie, realistic in design and squish. By Aphrodite Ltd."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/aphrodite/andy_liz.dmi'
|
||||
blood_color = "#ffe2ff"
|
||||
lifelike = 1
|
||||
unavailable_to_build = 1
|
||||
includes_tail = 0
|
||||
suggested_species = "Unathi"
|
||||
whitelisted_to = list("dameonowen")
|
||||
Reference in New Issue
Block a user