mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
@@ -43,7 +43,7 @@
|
||||
qdel(src)
|
||||
|
||||
//VOX ORGANS.
|
||||
/obj/item/organ/stack
|
||||
/obj/item/organ/internal/stack
|
||||
name = "cortical stack"
|
||||
icon_state = "brain-prosthetic"
|
||||
organ_tag = "stack"
|
||||
@@ -54,22 +54,11 @@
|
||||
var/datum/mind/backup
|
||||
origin_tech = list(TECH_ENGINEERING = 5, TECH_DATA=3, TECH_BIO=3)
|
||||
|
||||
/obj/item/organ/stack/process()
|
||||
/obj/item/organ/internal/stack/process()
|
||||
if(owner && owner.stat != DEAD && !is_broken())
|
||||
backup_time = world.time
|
||||
if(owner.mind) backup = owner.mind
|
||||
|
||||
/obj/item/organ/stack/vox
|
||||
/obj/item/organ/internal/stack/vox
|
||||
name = "vox cortical stack"
|
||||
vital = 0
|
||||
|
||||
/obj/item/organ/stack/vox/removed(var/mob/living/user)
|
||||
if(owner && ishuman(owner))
|
||||
if(!isvox(owner))
|
||||
return
|
||||
if(prob(80))
|
||||
owner.death()
|
||||
else
|
||||
to_chat(owner, "<span class='warning'>Your mind breaks apart when your cortical stack is removed! Your memories and personality are nothing but echoes lost in the numbness of your thoughts...</span>")
|
||||
owner.set_species("Vox Pariah")
|
||||
..()
|
||||
vital = 0
|
||||
Reference in New Issue
Block a user