Added 3 new crates to cargo:

Recreation: - Recreational Restraints, all the kind of stuff you might need to restrain someone but still showing you care, whip included.
Science: - Dangerous Predator Crate, contains a random common predator for science analisys, a system that might come in the future!
(Contraband) Extremely Dangerous Predator Crate, Contains a random yet quite mortal predator, for analiisys only by the bravest or fooliest people in the crew.
This commit is contained in:
OrbisAnima
2017-04-20 20:48:27 -03:00
parent 427966638f
commit 3efabaf2ab
5 changed files with 79 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/datum/supply_packs/hydro/goat
/datum/supply_packs/hydro/birds
name = "Birds Crate"
cost = 200 //You're getting 22 birds. Of course it's going to be a lot!
containertype = /obj/structure/largecrate/birds
containername = "Bird crate"
access = access_hydroponics
access = access_hydroponics
+16 -1
View File
@@ -5,4 +5,19 @@
)
containertype = /obj/structure/largecrate
containername = "NT Humvee Crate"
cost = 100
cost = 100
/datum/supply_packs/recreation/restraints
name = "Recreational Restraints"
contains = list(
/obj/item/clothing/mask/muzzle,
/obj/item/clothing/glasses/sunglasses/blindfold,
/obj/item/weapon/handcuffs/fuzzy,
/obj/item/weapon/tape_roll,
/obj/item/stack/cable_coil/random,
/obj/item/clothing/accessory/collar/shock,
/obj/item/weapon/melee/fluff/holochain/mass
)
containertype = /obj/structure/closet/crate
containername = "Restraints crate"
cost = 30
+16 -1
View File
@@ -40,4 +40,19 @@
)
cost = 100
containertype = /obj/structure/largecrate
containername = "Exploration Dune Buggy Crate"
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
name = "EXTREMELY Dangerous Predator crate"
cost = 200
containertype = /obj/structure/largecrate/animal/dangerous
containername = "EXTREMELY Dangerous Predator crate"
access = access_xenobiology
contraband = 1