mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Added surgery crate to cargo for 20 points. Contains surgery tools that were, up till now, irreplaceable.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3813 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -276,6 +276,18 @@
|
||||
containername = "Virus crate"
|
||||
access = access_cmo
|
||||
|
||||
/datum/supply_packs/surgery
|
||||
name = "Surgery crate"
|
||||
contains = list("/obj/item/weapon/hemostat",
|
||||
"/obj/item/weapon/surgicaldrill",
|
||||
"/obj/item/weapon/retractor",
|
||||
"/obj/item/weapon/cautery",
|
||||
"/obj/item/weapon/circular_saw",
|
||||
"/obj/item/weapon/scalpel")
|
||||
cost = 20
|
||||
containertype = "/obj/structure/closet/crate/medical"
|
||||
containername = "Surgery crate"
|
||||
|
||||
/datum/supply_packs/metal50
|
||||
name = "50 Metal Sheets"
|
||||
contains = list("/obj/item/stack/sheet/metal")
|
||||
|
||||
Reference in New Issue
Block a user