Brainmed Update (#7502)

gamer time.
This commit is contained in:
Matt Atlas
2019-12-10 20:41:15 +02:00
committed by Erki
parent b90d703d20
commit df0cd6189a
178 changed files with 3183 additions and 2109 deletions
+4 -15
View File
@@ -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