Merge pull request #11185 from Trilbyspaceclone/J.A.S.O.N

Makes all IPC organs look robotic!
This commit is contained in:
kevinz000
2020-02-24 02:24:06 -07:00
committed by GitHub
6 changed files with 24 additions and 1 deletions
+4
View File
@@ -377,3 +377,7 @@
name = "insect eyes"
desc = "These eyes seem to have increased sensitivity to bright light, with no improvement to low light vision."
flash_protect = -1
/obj/item/organ/eyes/ipc
name = "ipc eyes"
icon_state = "cybernetic_eyeballs"
+4
View File
@@ -95,6 +95,10 @@
icon_state = "liver-p"
desc = "A large crystal that is somehow capable of metabolizing chemicals, these are found in plasmamen."
/obj/item/organ/liver/ipc
name = "reagent processing liver"
icon_state = "liver-c"
/obj/item/organ/liver/cybernetic
name = "cybernetic liver"
icon_state = "liver-c"
+6 -1
View File
@@ -2,6 +2,7 @@
/obj/item/organ/lungs
name = "lungs"
desc = "Looking at them makes you start manual breathing."
icon_state = "lungs"
zone = BODY_ZONE_CHEST
slot = ORGAN_SLOT_LUNGS
@@ -462,6 +463,10 @@
S.reagents.add_reagent(/datum/reagent/medicine/salbutamol, 5)
return S
/obj/item/organ/lungs/ipc
name = "ipc lungs"
icon_state = "lungs-c"
/obj/item/organ/lungs/plasmaman
name = "plasma filter"
desc = "A spongy rib-shaped mass for filtering plasma from the air."
@@ -543,4 +548,4 @@
/obj/item/organ/lungs/yamerol/on_life()
..()
damage += 2 //Yamerol lungs are temporary
damage += 2 //Yamerol lungs are temporary
+4
View File
@@ -96,3 +96,7 @@
name = "digestive crystal"
icon_state = "stomach-p"
desc = "A strange crystal that is responsible for metabolizing the unseen energy force that feeds plasmamen."
/obj/item/organ/stomach/ipc
name = "ipc stomach"
icon_state = "stomach-ipc"