meanwhile as i driver tiger INSANE

This commit is contained in:
Aurorablade
2016-02-25 16:17:39 -05:00
parent 71ebef0338
commit 5f98feb0bc
32 changed files with 40 additions and 116 deletions
-12
View File
@@ -112,10 +112,6 @@
affecting.heal_damage(src.heal_brute, src.heal_burn, 0)
use(1)
else
//if (can_operate(H)) //Checks if mob is lying down on table for surgery
// if (do_surgery(H,user,src))
// return
//else
user << "<span class='notice'>The [affecting.name] is cut open, you'll need more than some ointment!</span>"
/obj/item/stack/medical/bruise_pack/comfrey
@@ -177,10 +173,6 @@
affecting.heal_damage(heal_brute,0)
use(1)
else
//if (can_operate(H)) //Checks if mob is lying down on table for surgery
// if (do_surgery(H,user,src))
// return
//else
user << "<span class='notice'>The [affecting.name] is cut open, you'll need more than a bandage!</span>"
/obj/item/stack/medical/advanced/ointment
@@ -210,10 +202,6 @@
affecting.heal_damage(0,heal_burn)
use(1)
else
//if (can_operate(H)) //Checks if mob is lying down on table for surgery
// if (do_surgery(H,user,src))
// return
//else
user << "<span class='notice'>The [affecting.name] is cut open, you'll need more than a bandage!</span>"
/obj/item/stack/medical/splint
@@ -27,10 +27,6 @@
var/mob/living/carbon/human/H = M
var/obj/item/organ/external/S = H.get_organ(user.zone_sel.selecting)
//if(can_operate(H))
// if (do_surgery(H,user,src))
// return
if (S && (S.status & ORGAN_ROBOT))
if(S.get_damage())
S.heal_damage(15, 15, robo_repair = 1)