mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
skrell snowflake organs (#3290)
adds the sprites that wer6 made for skrell, with loow's approval
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
//VOX ORGANS.
|
||||
/obj/item/organ/stack
|
||||
name = "cortical stack"
|
||||
icon_state = "brain-prosthetic"
|
||||
organ_tag = "stack"
|
||||
parent_organ = "head"
|
||||
robotic = 2
|
||||
vital = 1
|
||||
@@ -56,15 +58,5 @@
|
||||
backup_time = world.time
|
||||
if(owner.mind) backup = owner.mind
|
||||
|
||||
/obj/item/organ/stack/vox
|
||||
|
||||
/obj/item/organ/stack/vox/stack
|
||||
|
||||
/obj/item/organ/stack
|
||||
name = "cortical stack"
|
||||
icon_state = "brain-prosthetic"
|
||||
organ_tag = "stack"
|
||||
robotic = 2
|
||||
|
||||
/obj/item/organ/stack/vox
|
||||
name = "vox cortical stack"
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
/obj/item/organ/heart/skrell
|
||||
icon_state = "skrell_heart-on"
|
||||
dead_icon = "skrell_heart-off"
|
||||
|
||||
/obj/item/organ/lungs/skrell
|
||||
icon_state = "lungs_skrell"
|
||||
|
||||
/obj/item/organ/kidneys/skrell
|
||||
icon_state = "kidney_skrell"
|
||||
|
||||
/obj/item/organ/eyes/skrell
|
||||
icon_state = "eyes_skrell"
|
||||
|
||||
/obj/item/organ/liver/skrell
|
||||
icon_state = "liver_skrell"
|
||||
|
||||
/obj/item/organ/brain/skrell
|
||||
icon_state = "brain_skrell"
|
||||
Reference in New Issue
Block a user