mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Completely removes Vox from the game. (#10028)
This commit is contained in:
@@ -17,24 +17,3 @@
|
||||
B.ckey = owner.ckey
|
||||
|
||||
qdel(src)
|
||||
|
||||
//VOX ORGANS.
|
||||
/obj/item/organ/internal/stack
|
||||
name = "cortical stack"
|
||||
icon_state = "brain-prosthetic"
|
||||
organ_tag = "stack"
|
||||
parent_organ = BP_HEAD
|
||||
robotic = 2
|
||||
vital = 1
|
||||
var/backup_time = 0
|
||||
var/datum/mind/backup
|
||||
origin_tech = list(TECH_ENGINEERING = 5, TECH_DATA=3, TECH_BIO=3)
|
||||
|
||||
/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/internal/stack/vox
|
||||
name = "vox cortical stack"
|
||||
vital = 0
|
||||
|
||||
@@ -35,23 +35,3 @@
|
||||
dislocated = -1
|
||||
vital = 0
|
||||
|
||||
//vox organs
|
||||
|
||||
/obj/item/organ/internal/heart/vox
|
||||
icon_state = "vox_heart"
|
||||
dead_icon = "vox_heart"
|
||||
|
||||
/obj/item/organ/internal/lungs/vox
|
||||
name = "air capillary sack"
|
||||
icon_state = "vox_lung"
|
||||
|
||||
/obj/item/organ/internal/kidneys/vox
|
||||
name = "filtration bladder"
|
||||
icon_state = "lungs"
|
||||
color = "#99ccff"
|
||||
parent_organ = BP_CHEST
|
||||
|
||||
/obj/item/organ/internal/liver/vox
|
||||
name = "waste tract"
|
||||
parent_organ = BP_CHEST
|
||||
color = "#0033cc"
|
||||
|
||||
Reference in New Issue
Block a user