adds
This commit is contained in:
@@ -506,6 +506,7 @@
|
|||||||
"bx" = (
|
"bx" = (
|
||||||
/obj/structure/table,
|
/obj/structure/table,
|
||||||
/obj/machinery/readybutton,
|
/obj/machinery/readybutton,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox/stamina,
|
||||||
/turf/open/floor/holofloor/basalt,
|
/turf/open/floor/holofloor/basalt,
|
||||||
/area/holodeck/rec_center/thunderdome)
|
/area/holodeck/rec_center/thunderdome)
|
||||||
"by" = (
|
"by" = (
|
||||||
@@ -522,6 +523,7 @@
|
|||||||
/area/holodeck/rec_center/thunderdome)
|
/area/holodeck/rec_center/thunderdome)
|
||||||
"bA" = (
|
"bA" = (
|
||||||
/obj/machinery/readybutton,
|
/obj/machinery/readybutton,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox/stamina,
|
||||||
/obj/effect/turf_decal/tile/red{
|
/obj/effect/turf_decal/tile/red{
|
||||||
dir = 1
|
dir = 1
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -214,6 +214,34 @@
|
|||||||
for(var/i in 1 to 9)
|
for(var/i in 1 to 9)
|
||||||
new /obj/item/coin/silver(.)
|
new /obj/item/coin/silver(.)
|
||||||
|
|
||||||
|
/datum/supply_pack/misc/dueling_stam
|
||||||
|
name = "Dueling Pistols"
|
||||||
|
desc = "Resolve all your quarrels with some nonlethal fun."
|
||||||
|
cost = 2000
|
||||||
|
contains = list(/obj/item/storage/lockbox/dueling/hugbox/stamina,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox/stamina,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox/stamina,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox/stamina,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox/stamina)
|
||||||
|
crate_name = "dueling pistols"
|
||||||
|
|
||||||
|
/datum/supply_pack/misc/dueling_stam
|
||||||
|
name = "Lethal Dueling Pistols"
|
||||||
|
desc = "Resolve all your quarrels with some nonlethal fun."
|
||||||
|
cost = 3000
|
||||||
|
contains = list(/obj/item/storage/lockbox/dueling/hugbox,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox,
|
||||||
|
/obj/item/storage/lockbox/dueling/hugbox,
|
||||||
|
crate_name = "dueling pistols"
|
||||||
|
|
||||||
|
/datum/supply_pack/misc/dueling_stam
|
||||||
|
name = "Elimination Dueling Pistols"
|
||||||
|
desc = "It's high noon."
|
||||||
|
cost = 5000
|
||||||
|
hidden = TRUE
|
||||||
|
contains = list(/obj/item/storage/lockbox/dueling)
|
||||||
|
crate_name = "dueling pistols"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//////////////////////////////// Misc Supplies ///////////////////////////////
|
//////////////////////////////// Misc Supplies ///////////////////////////////
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user