Removes commented-out and unused code from organ files, removes pointless can_revive_by_healing from drask.dm

Signed-off-by: HugoLuman <qaggeler@uci.edu>
This commit is contained in:
HugoLuman
2016-04-12 20:19:56 -07:00
parent afc46b0b9d
commit f6c48c187e
2 changed files with 1 additions and 17 deletions
@@ -18,7 +18,6 @@
burn_mod = 4
//exotic_blood = "cryoxadone"
body_temperature = 273
can_revive_by_healing // Doesn't seem to do much for non-robots, still needs a defib
blurb = "Hailing from Hoorlm, planet outside what is usually considered a habitable \
orbit, the Drask evolved to live in extreme cold. Their strange bodies seem \
+1 -16
View File
@@ -32,10 +32,6 @@
parent_organ = "groin"
slot = "kidneys"
///obj/item/organ/internal/liver/drask/process() //If we ever want to do the "implant them to keep a livable body temp thing." For now, I'd rather not
// if(owner.bodytemperature >= 283)
// src.damage += 0.2
/obj/item/organ/internal/brain/drask
name = "brain"
icon = 'icons/obj/surgery_drask.dmi'
@@ -51,15 +47,4 @@
organ_tag = "eyes"
parent_organ = "head"
slot = "eyes"
desc = "Drask eyes. They look even stranger disembodied"
/obj/item/organ/internal/cyberimp/drask_comfort
name = "cryonic homeostasis implant"
icon = 'icons/obj/grenade.dmi'
icon_state = "rocket_chem"
parent_organ = "chest"
desc = "This cybernetic implant will attempt to maintain the user's body heat at a freezing temperature. Probably very dangerous unless the user is a Drask."
/obj/item/organ/internal/cyberimp/drask_comfort/process() //Not used for now, seems like a lot of hassle for not much point.
if(owner.bodytemperature >= 273)
owner.bodytemperature = (273)
desc = "Drask eyes. They look even stranger disembodied"