mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[MIRROR] Protean Reconstitutor (#7320)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
co-authored by
Heroman3003
CHOMPStation2
parent
c16f873886
commit
bec46d23b9
+16
@@ -96,6 +96,14 @@
|
||||
/mob/living/carbon/human/proc/self_diagnostics
|
||||
)
|
||||
|
||||
/obj/item/organ/internal/nano/orchestrator/robotize()
|
||||
. = ..()
|
||||
icon_state = "orchestrator"
|
||||
|
||||
/obj/item/organ/internal/nano/orchestrator/mechassist()
|
||||
. = ..()
|
||||
icon_state = "orchestrator"
|
||||
|
||||
/obj/item/organ/internal/nano/refactory
|
||||
name = "refactory module"
|
||||
desc = "A miniature metal processing unit and nanite factory."
|
||||
@@ -110,6 +118,14 @@
|
||||
/mob/living/carbon/human/proc/reagent_purge
|
||||
)
|
||||
|
||||
/obj/item/organ/internal/nano/refactory/robotize()
|
||||
. = ..()
|
||||
icon_state = "refactory"
|
||||
|
||||
/obj/item/organ/internal/nano/refactory/mechassist()
|
||||
. = ..()
|
||||
icon_state = "refactory"
|
||||
|
||||
/obj/item/organ/internal/nano/refactory/proc/get_stored_material(var/material)
|
||||
if(status & ORGAN_DEAD)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user