Raw Anomaly Cores ![code/modules/research/anomaly/raw_anomaly.dm 9](git.png)
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 ![code/modules/research/anomaly/raw_anomaly.dm 18](git.png)
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