Merge pull request #5526 from VOREStation/upstream-merge-6324

[MIRROR] Adds Laser Tag Turrets Plus Changes
This commit is contained in:
Novacat
2019-07-27 16:26:30 -04:00
committed by GitHub
9 changed files with 539 additions and 446 deletions

View File

@@ -87,4 +87,14 @@
contains = list(
/obj/item/weapon/storage/box/wormcan,
/obj/item/weapon/storage/box/wormcan/deluxe
)
/datum/supply_pack/recreation/ltagturrets
name = "Laser Tag Turrets"
cost = 40
containername = "laser tag turret crate"
containertype = /obj/structure/closet/crate
contains = list(
/obj/machinery/porta_turret/lasertag/blue,
/obj/machinery/porta_turret/lasertag/red
)