Adds Vaurca appendix and unique Vaurca stomach sprite (#12729)

* code and sprites

* changelog
This commit is contained in:
desven
2021-11-08 09:50:18 -06:00
committed by GitHub
parent 926532d008
commit 97a5dea3e1
4 changed files with 23 additions and 2 deletions
+14
View File
@@ -1,5 +1,6 @@
/obj/item/organ/internal/heart/vaurca
name = "double heart system"
desc = "A double heart capable of pushing blood in an open circulatory system."
icon_state = "vaurca_heart_d-on"
organ_tag = BP_HEART
parent_organ = BP_CHEST
@@ -29,7 +30,18 @@
/obj/item/organ/internal/liver/vaurca
icon_state = "liver_vaurca"
/obj/item/organ/internal/stomach/vaurca
name = "private stomach"
icon_state = "stomach_vaurca"
/obj/item/organ/internal/appendix/vaurca
name = "social stomach"
desc = "A vestigial organ that stores food for throphallaxis. It has not seen a practical use since the rise of modern Hives."
icon_state = "vaurca_appendix"
/obj/item/organ/internal/brain/vaurca
name = "vaurca brain"
desc = "The brain of a Vaurca, being similar to that of an insect; and that of a mammal."
icon_state = "brain_vaurca"
/obj/item/organ/vaurca/reservoir
@@ -50,6 +62,7 @@
name = BP_NEURAL_SOCKET
organ_tag = BP_NEURAL_SOCKET
icon_state = "neural_socket"
desc = "The single most important organ for a Vaurca, able to copy their mind into their Virtual Reality Afterlife upon death."
parent_organ = BP_HEAD
robotic = ROBOTIC_MECHANICAL
@@ -81,6 +94,7 @@ obj/item/organ/vaurca/neuralsocket/process()
organ_tag = BP_PHORON_RESERVE
parent_organ = BP_CHEST
icon_state = "breathing_app"
desc = "A capillary tube mesh, stores and moves the phoron into the lungs."
robotic = ROBOTIC_ASSISTED
var/datum/gas_mixture/air_contents = null
var/distribute_pressure = ((2*ONE_ATMOSPHERE)*O2STANDARD)