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
-4
View File
@@ -324,17 +324,13 @@
user << "<span class='notice'>You clear the hatched egg.</span>"
playsound(loc, 'sound/effects/attackblob.ogg', 100, 1)
qdel(src)
return
if(GROWING)
user << "<span class='notice'>The child is not developed yet.</span>"
return
if(GROWN)
user << "<span class='notice'>You retrieve the child.</span>"
Burst(0)
return
else
user << "<span class='notice'>It feels slimy.</span>"
user.changeNext_move(CLICK_CD_MELEE)
/obj/structure/alien/egg/proc/GetFacehugger()
return locate(/obj/item/clothing/mask/facehugger) in contents
+1 -1
View File
@@ -247,7 +247,7 @@ REAGENT SCANNER
user.show_message("\blue Subject's pulse: <font color='[H.pulse == PULSE_THREADY || H.pulse == PULSE_NONE ? "red" : "blue"]'>[H.get_pulse(GETPULSE_TOOL)] bpm.</font>")
var/implant_detect
for(var/obj/item/organ/internal/cyberimp/CI in H.internal_organs)
if(CI.status == ORGAN_ROBOT )
if(CI.status == ORGAN_ROBOT)
implant_detect += "[H.name] is modified with a [CI.name].<br>"
if(implant_detect)
user.show_message("<span class='notice'>Detected cybernetic modifications:</span>")
-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)
+1 -4
View File
@@ -54,7 +54,7 @@
if(!M.can_eat())
user << "<span class=warning>[M] cannot eat with a fork!</span>"
return
if(M == user)
M.visible_message("<span class='notice'>\The [user] eats some [loaded] from \the [src].</span>")
reagents.trans_to(M, reagents.total_volume)
@@ -69,9 +69,6 @@
overlays.Cut()
return
//if (can_operate(M))
// do_surgery(M, user, src)
/obj/item/weapon/kitchen/utensil/fork
name = "fork"
desc = "It's a fork. Sure is pointy."