mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 12:06:22 +01:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
/*
|
|
/datum/supply_packs/sci/dune_buggy
|
|
name = "Exploration Dune Buggy"
|
|
contains = list(
|
|
/obj/vehicle/train/rover/engine/dunebuggy
|
|
)
|
|
cost = 100
|
|
containertype = /obj/structure/largecrate
|
|
containername = "Exploration Dune Buggy Crate"
|
|
*/
|
|
/datum/supply_packs/sci/pred
|
|
name = "Dangerous Predator crate"
|
|
cost = 40
|
|
containertype = /obj/structure/largecrate/animal/pred
|
|
containername = "Dangerous Predator crate"
|
|
access = access_xenobiology
|
|
|
|
/datum/supply_packs/sci/pred_doom
|
|
name = "EXTREMELY Dangerous Predator crate"
|
|
cost = 200
|
|
containertype = /obj/structure/largecrate/animal/dangerous
|
|
containername = "EXTREMELY Dangerous Predator crate"
|
|
access = access_xenobiology
|
|
contraband = 1
|
|
|
|
/datum/supply_packs/sci/otie
|
|
name = "VARMAcorp adoptable reject (Dangerous!)"
|
|
cost = 100
|
|
containertype = /obj/structure/largecrate/animal/otie
|
|
containername = "VARMAcorp adoptable reject (Dangerous!)"
|
|
access = access_xenobiology
|
|
|
|
/datum/supply_packs/sci/phoronotie
|
|
name = "VARMAcorp adaptive beta subject (Experimental)"
|
|
cost = 200
|
|
containertype = /obj/structure/largecrate/animal/otie/phoron
|
|
containername = "VARMAcorp adaptive beta subject (Experimental)"
|
|
access = access_xenobiology |