mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-20 03:37:47 +01:00
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
/obj/machinery/artifact/predefined/hungry_statue
|
|
name = "alien artifact"
|
|
desc = "A large alien device."
|
|
icon = 'icons/obj/xenoarchaeology.dmi' //CHOMP Fix
|
|
|
|
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
|
|
)
|