mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-29 18:18:18 +01:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
/obj/machinery/artifact/predefined/hungry_statue
|
|
name = "alien artifact"
|
|
desc = "A large alien device."
|
|
|
|
artifact_master = /datum/component/artifact_master/hungry_statue
|
|
|
|
predefined_icon_num = 14
|
|
|
|
/datum/component/artifact_master/hungry_statue
|
|
make_effects = list(
|
|
/datum/artifact_effect/animate_anomaly,
|
|
/datum/artifact_effect/vampire
|
|
)
|