Polishing up the new slimeperson organs also WHY IS THE SLIMEBRAIN SPRITE GONE
This commit is contained in:
@@ -297,6 +297,11 @@
|
|||||||
icon = 'icons/obj/surgery.dmi'
|
icon = 'icons/obj/surgery.dmi'
|
||||||
icon_state = "posibrain-ipc"
|
icon_state = "posibrain-ipc"
|
||||||
|
|
||||||
|
/obj/item/organ/brain/slime
|
||||||
|
name = "slime nucleus"
|
||||||
|
desc = "A slimey membranous mass from a slimeperson."
|
||||||
|
icon_state = "brain-s"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////TRAUMAS////////////////////////////////////////
|
////////////////////////////////////TRAUMAS////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
mutant_heart = /obj/item/organ/heart/slime
|
mutant_heart = /obj/item/organ/heart/slime
|
||||||
mutantstomach = /obj/item/organ/stomach/slime
|
mutantstomach = /obj/item/organ/stomach/slime
|
||||||
mutantliver = /obj/item/organ/liver/slime
|
mutantliver = /obj/item/organ/liver/slime
|
||||||
mutant_brain = /obj/item/organ/brain/jelly
|
mutant_brain = /obj/item/organ/brain/slime
|
||||||
mutant_bodyparts = list("mcolor" = "FFFFFF", "mam_tail" = "None", "mam_ears" = "None", "mam_snouts" = "None", "taur" = "None", "deco_wings" = "None", "legs" = "Plantigrade")
|
mutant_bodyparts = list("mcolor" = "FFFFFF", "mam_tail" = "None", "mam_ears" = "None", "mam_snouts" = "None", "taur" = "None", "deco_wings" = "None", "legs" = "Plantigrade")
|
||||||
inherent_traits = list(TRAIT_TOXINLOVER)
|
inherent_traits = list(TRAIT_TOXINLOVER)
|
||||||
meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/slime
|
meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/slime
|
||||||
@@ -31,11 +31,6 @@
|
|||||||
species_category = SPECIES_CATEGORY_JELLY
|
species_category = SPECIES_CATEGORY_JELLY
|
||||||
ass_image = 'icons/ass/assslime.png'
|
ass_image = 'icons/ass/assslime.png'
|
||||||
|
|
||||||
/obj/item/organ/brain/jelly
|
|
||||||
name = "slime nucleus"
|
|
||||||
desc = "A slimey membranous mass from a slime person"
|
|
||||||
icon_state = "brain-slime"
|
|
||||||
|
|
||||||
/datum/species/jelly/on_species_loss(mob/living/carbon/C)
|
/datum/species/jelly/on_species_loss(mob/living/carbon/C)
|
||||||
C.faction -= "slime"
|
C.faction -= "slime"
|
||||||
if(ishuman(C))
|
if(ishuman(C))
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
cachedmoveCalc = value
|
cachedmoveCalc = value
|
||||||
|
|
||||||
/obj/item/organ/liver/slime
|
/obj/item/organ/liver/slime
|
||||||
name = "filtratum" //this is the name that Fermi came up with when testmerging that one thing that never got finished on Citadel - if Fermi ever updates this, this probably will have a lot more functionality.
|
name = "viscoplasm" //this is the name that Fermis came up with when working on that organ PR that never got finished - if Fermis ever updates this, this probably will have a lot more functionality.
|
||||||
icon_state = "liver-s"
|
icon_state = "liver-s"
|
||||||
desc = "An organelle resembling a liver for slimepeople."
|
desc = "An organelle resembling a liver for slimepeople."
|
||||||
|
|
||||||
|
|||||||
@@ -591,8 +591,8 @@
|
|||||||
|
|
||||||
/obj/item/organ/lungs/slime
|
/obj/item/organ/lungs/slime
|
||||||
name = "vacuole"
|
name = "vacuole"
|
||||||
desc = "A large organelle designed to store oxygen and other important gasses."
|
|
||||||
icon_state = "lungs-s"
|
icon_state = "lungs-s"
|
||||||
|
desc = "A large organelle designed to store oxygen and other important gasses."
|
||||||
|
|
||||||
safe_toxins_max = 0 //We breathe this to gain POWER.
|
safe_toxins_max = 0 //We breathe this to gain POWER.
|
||||||
|
|
||||||
|
|||||||
@@ -79,9 +79,9 @@
|
|||||||
..()
|
..()
|
||||||
|
|
||||||
/obj/item/organ/stomach/slime
|
/obj/item/organ/stomach/slime
|
||||||
name = "macrolysosome"
|
name = "macrolysosome" //an original cell has multiple lysosomes, but in this case a slimeperson only really has one... a big one? probably give it "macro" in the name.
|
||||||
icon_state = "stomach-s"
|
icon_state = "stomach-s"
|
||||||
desc = "A slimeperson organelle resembling a stomach. It breaks down, or digests macromolecules. Or just food."
|
desc = "A slimeperson organelle resembling a stomach. It breaks down, or digests macromolecules. Or food and drinks."
|
||||||
|
|
||||||
/obj/item/organ/stomach/fly
|
/obj/item/organ/stomach/fly
|
||||||
name = "insectoid stomach"
|
name = "insectoid stomach"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user