mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user