Merge pull request #234 from improvedname/Synthliz

Adds 2 new bar signs, some map edits, and fixes several things
This commit is contained in:
QuoteFox
2020-03-19 11:38:25 +00:00
committed by GitHub
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