mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-31 07:56:25 +01:00
17 lines
475 B
Plaintext
17 lines
475 B
Plaintext
/datum/robolimb
|
|
var/includes_tail //Cyberlimbs dmi includes a tail sprite to wear.
|
|
|
|
// arokha : Aronai Kadigan
|
|
/datum/robolimb/kitsuhana
|
|
company = "Kitsuhana"
|
|
desc = "This limb seems rather vulpine and fuzzy, with realistic-feeling flesh."
|
|
icon = 'icons/mob/human_races/cyberlimbs/kitsuhana.dmi'
|
|
blood_color = "#5dd4fc"
|
|
includes_tail = 1
|
|
lifelike = 1
|
|
unavailable_to_build = 1
|
|
unavailable_at_chargen = 1
|
|
|
|
/obj/item/weapon/disk/limb/kitsuhana
|
|
company = "Kitsuhana"
|