More discreet shells (#2272)

changes:

Shells Frames' species no longer show up on examine. They can still be detected via. other means such as checking pulse, health scanners, or them being damaged.
IPC Tags are now located in the head instead of the groin.
Note: This does not affect tags showing up on examine. They must be manually removed from the shell to completely disguise their examine text.
This commit is contained in:
Lohikar
2017-05-15 22:23:06 +03:00
committed by skull132
parent fa64b7cf7b
commit 5cec2cfa6d
6 changed files with 21 additions and 3 deletions
+11 -1
View File
@@ -16,6 +16,7 @@
/obj/item/organ/external/chest/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/chest/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -23,6 +24,7 @@
/obj/item/organ/external/groin/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/groin/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -30,6 +32,7 @@
/obj/item/organ/external/arm/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/arm/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -37,6 +40,7 @@
/obj/item/organ/external/arm/right/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/arm/right/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -44,12 +48,14 @@
/obj/item/organ/external/leg/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/leg/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
/obj/item/organ/external/leg/right/ipc
dislocated = -1
/obj/item/organ/external/leg/right/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -57,6 +63,7 @@
/obj/item/organ/external/foot/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/foot/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -64,6 +71,7 @@
/obj/item/organ/external/foot/right/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/foot/right/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -71,6 +79,7 @@
/obj/item/organ/external/hand/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/hand/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -78,6 +87,7 @@
/obj/item/organ/external/hand/right/ipc
dislocated = -1
encased = "support frame"
/obj/item/organ/external/hand/right/ipc/New()
robotize("Hephaestus Integrated Limb")
..()
@@ -116,7 +126,7 @@
/obj/item/organ/ipc_tag
name = "identification tag"
organ_tag = "ipc tag"
parent_organ = "groin"
parent_organ = "head"
icon = 'icons/obj/telescience.dmi'
icon_state = "gps-c"
dead_icon = "gps-c"