Adds cybernetic organs (#2135)

This commit is contained in:
CitadelStationBot
2017-07-26 02:04:59 -05:00
committed by kevinz000
parent 556699d562
commit d2e771c9f3
4 changed files with 64 additions and 0 deletions
+10
View File
@@ -1,5 +1,6 @@
/obj/item/organ/heart
name = "heart"
desc = "I feel bad for the heartless bastard who lost this."
icon_state = "heart-on"
zone = "chest"
slot = "heart"
@@ -142,3 +143,12 @@
/datum/client_colour/cursed_heart_blood
priority = 100 //it's an indicator you're dieing, so it's very high priority
colour = "red"
/obj/item/organ/heart/cybernetic
name = "cybernetic heart"
desc = "An electronic device designed to mimic the functions of an organic human heart. Offers no benefit over an organic heart other than being easy to make."
icon_state = "heart-c"
origin_tech = "biotech=5"
/obj/item/organ/heart/cybernetic/emp_act()
Stop()