Adds two new event species

This commit is contained in:
ZomgPonies
2015-05-14 22:30:38 -04:00
parent ec5acc5e57
commit 95b1c1d87c
28 changed files with 927 additions and 142 deletions
+48
View File
@@ -336,3 +336,51 @@
name = "vox cortical stack"
/obj/item/organ/stack/vox/stack
//WRYN ORGAN
/obj/item/organ/wryn/hivenode
name = "antennae"
parent_organ = "head"
/obj/item/organ/wryn/hivenode
name = "antennae"
organ_tag = "antennae"
icon = 'icons/mob/human_races/r_wryn.dmi'
icon_state = "antennae"
//NUCLEATION ORGAN
/obj/item/organ/nucleation
name = "nucleation organ"
icon = 'icons/obj/surgery.dmi'
desc = "A crystalized human organ. /red It has a strangely iridescent glow."
/obj/item/organ/nucleation/resonant_crystal
name = "resonant crystal"
icon_state = "resonant-crystal"
organ_tag = "resonant crystal"
parent_organ = "head"
/obj/item/organ/nucleation/strange_crystal
name = "strange crystal"
icon_state = "stramge-crystal"
organ_tag = "strange crystal"
parent_organ = "chest"
/obj/item/organ/eyes/luminescent_crystal
name = "luminescent eyes"
icon_state = "crystal-eyes"
organ_tag = "luminescent eyes"
light_color = "#1C1C00"
parent_organ = "head"
New()
set_light(2)
/obj/item/organ/brain/crystal
name = "crystalized brain"
icon_state = "crystal-brain"
organ_tag = "crystalized brain"