mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
/*
|
|
* Controls the ability to do a scan for internal damage / temperature.
|
|
*/
|
|
|
|
/obj/item/organ/internal/robotic/diagnostic
|
|
name = "diagnostic processor"
|
|
|
|
icon_state = "diagnostic"
|
|
|
|
organ_tag = O_DIAGNOSTIC
|
|
|
|
organ_verbs = list(
|
|
/mob/living/carbon/human/proc/self_diagnostics
|
|
)
|