mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
18 lines
527 B
Plaintext
18 lines
527 B
Plaintext
/obj/item/organ/internal/brain/slime
|
|
name = "slime core"
|
|
desc = "A complex, organic knot of jelly and crystalline particles."
|
|
robotic = ROBOTIC_MECHANICAL
|
|
icon = 'icons/mob/npc/slimes.dmi'
|
|
icon_state = "green slime extract"
|
|
can_prepare = 0
|
|
|
|
/obj/item/organ/internal/brain/golem
|
|
name = "chelm"
|
|
desc = "A tightly furled roll of paper, covered with indecipherable runes."
|
|
robotic = ROBOTIC_MECHANICAL
|
|
icon = 'icons/obj/library.dmi'
|
|
icon_state = "scroll"
|
|
item_state = "scroll"
|
|
contained_sprite = TRUE
|
|
can_prepare = 0
|