mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Update nano.dm
some necessary fixes for procs
This commit is contained in:
@@ -93,6 +93,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."
|
||||
@@ -107,6 +115,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