mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #4907 from Mewchild/MC-Virology
Makes Virology Usable
This commit is contained in:
@@ -28,3 +28,11 @@
|
|||||||
containertype = "/obj/structure/closet/crate/secure"
|
containertype = "/obj/structure/closet/crate/secure"
|
||||||
containername = "Virology biohazard equipment"
|
containername = "Virology biohazard equipment"
|
||||||
access = access_medical_equip
|
access = access_medical_equip
|
||||||
|
|
||||||
|
/datum/supply_pack/med/virus
|
||||||
|
name = "Virus sample crate"
|
||||||
|
contains = list(/obj/item/weapon/virusdish/random = 4)
|
||||||
|
cost = 25
|
||||||
|
containertype = "/obj/structure/closet/crate/secure"
|
||||||
|
containername = "Virus sample crate"
|
||||||
|
access = access_medical_equip
|
||||||
@@ -11781,6 +11781,10 @@
|
|||||||
icon_state = "0-8"
|
icon_state = "0-8"
|
||||||
},
|
},
|
||||||
/obj/structure/closet/crate/freezer,
|
/obj/structure/closet/crate/freezer,
|
||||||
|
/obj/item/weapon/virusdish,
|
||||||
|
/obj/item/weapon/virusdish,
|
||||||
|
/obj/item/weapon/virusdish,
|
||||||
|
/obj/item/weapon/virusdish,
|
||||||
/turf/simulated/floor/tiled/white,
|
/turf/simulated/floor/tiled/white,
|
||||||
/area/medical/virology)
|
/area/medical/virology)
|
||||||
"vc" = (
|
"vc" = (
|
||||||
|
|||||||
Reference in New Issue
Block a user