mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Adds Anomaly Refining System (#30490)
* Adds Anomaly Refining System * Weight class * Linters * Fixes delta lint * Removes emag text on examine. Examine now tells the explosion target. * Address code review
This commit is contained in:
@@ -121,6 +121,14 @@
|
||||
containername = "machine prototype crate"
|
||||
access = ACCESS_RESEARCH
|
||||
|
||||
/datum/supply_packs/science/raw_anomaly_core
|
||||
name = "Raw Anomaly Core Crate"
|
||||
contains = list(/obj/item/raw_anomaly_core)
|
||||
cost = 2000
|
||||
containertype = /obj/structure/closet/crate/secure/scisec
|
||||
containername = "raw anomaly core crate"
|
||||
access = ACCESS_RESEARCH
|
||||
|
||||
/datum/supply_packs/science/oil
|
||||
name = "Oil Tank Crate"
|
||||
contains = list(/obj/structure/reagent_dispensers/oil,
|
||||
|
||||
Reference in New Issue
Block a user