mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
meanwhile as i driver tiger INSANE
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user