mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
* Adjusts frequency of anomalies and weights effect rarity * Nested if
14 lines
360 B
Plaintext
14 lines
360 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/common/animate_anomaly,
|
|
/datum/artifact_effect/rare/vampire
|
|
)
|