Raw Anomaly Cores
The current precursor to anomaly cores, these are manufactured into 'finished' anomaly cores for use in research, items, and more.
The current amounts created is stored in SSresearch.created_anomaly_types[ANOMALY_CORE_TYPE_DEFINE] = amount
.
The hard limits are in code/__DEFINES/anomalies.dm
.
Vars | |
anomaly_type | Anomaly type |
---|---|
Procs | |
create_core | Created the resulting core after being "made" into it. |
Var Details
anomaly_type
Anomaly type
Proc Details
create_core
Created the resulting core after being "made" into it.
Arguments:
- newloc - Where the new core will be created
- del_self - should we qdel(src)
- count_towards_limit - should we increment the amount of created cores on SSresearch