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
@@ -42,7 +42,7 @@
implant_overlay = null
origin_tech = "biotech=4"
slot = "eye_ling"
status = ORGAN_ORGANIC
status = 0
/obj/item/organ/internal/cyberimp/eyes/shield/ling/on_life()
..()
@@ -64,7 +64,7 @@
implant_overlay = null
origin_tech = "biotech=5;magnets=5"
slot = "eye_ling"
status = ORGAN_ORGANIC
status = 0
aug_message = "We feel a minute twitch in our eyes, and darkness creeps away."
/obj/item/organ/internal/cyberimp/eyes/thermals/ling/emp_act(severity)
@@ -161,7 +161,7 @@
user <<"<span class='warning'>...and you don't feel any different.</span>"
user.drop_item()
src.insert(user) //Consuming the heart literally replaces your heart with a demon heart. H A R D C O R E
insert(user) //Consuming the heart literally replaces your heart with a demon heart. H A R D C O R E
/obj/item/organ/internal/heart/demonheart/remove(mob/living/carbon/M, special = 0)
..()
+1 -1
View File
@@ -462,7 +462,7 @@ var/global/list/multiverse = list()
if("cyborg")
if(M.get_species() != "Machine")
for(var/obj/item/organ/internal/O in M.organs)
for(var/obj/item/organ/O in M.organs)
O.robotize()
M.equip_to_slot_or_del(new /obj/item/clothing/glasses/thermal/eyepatch(M), slot_glasses)
M.equip_to_slot_or_del(sword, slot_r_hand)