This commit is contained in:
Improvedname
2020-03-18 21:25:16 +01:00
parent a4764210a4
commit 83cee8d8f8
10 changed files with 67 additions and 31 deletions
@@ -1,5 +1,5 @@
/datum/species/ipc
name = "IPC"
name = "I.P.C"
id = "ipc"
say_mod = "beeps"
default_color = "00FF00"
@@ -10,10 +10,16 @@
inherent_biotypes = list(MOB_ROBOTIC, MOB_HUMANOID)
mutant_bodyparts = list("ipc_screen", "ipc_antenna")
default_features = list("ipc_screen" = "Blank", "ipc_antenna" = "None")
meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/ipc
mutanttongue = /obj/item/organ/tongue/robot/ipc
meat = null //robots can't make meat silly!
//Just robo looking parts.
mutant_heart = /obj/item/organ/heart/ipc
mutantlungs = /obj/item/organ/lungs/ipc
mutantliver = /obj/item/organ/liver/ipc
mutantstomach = /obj/item/organ/stomach/ipc
mutanteyes = /obj/item/organ/eyes/ipc
mutanttongue = /obj/item/organ/tongue/robot
exotic_blood = "oil"
exotic_bloodtype = "oil"
var/datum/action/innate/monitor_change/screen