diff --git a/code/modules/cargo/packs/weapon_attachments.dm b/code/modules/cargo/packs/weapon_attachments.dm index aa5093711483..90af1dc27321 100644 --- a/code/modules/cargo/packs/weapon_attachments.dm +++ b/code/modules/cargo/packs/weapon_attachments.dm @@ -55,13 +55,13 @@ /datum/supply_pack/attachment/scope name = "Scope Crate" desc = "Contains a single scope to be mounted on a firearm." - cost = 100 + cost = 400 contains = list(/obj/item/attachment/scope) crate_name = "scope crate" /datum/supply_pack/attachment/rail_light name = "Long Scope Crate" desc = "Contains a single high powered scope to be mounted on a firearm." - cost = 100 + cost = 800 contains = list(/obj/item/attachment/long_scope) crate_name = "scope crate" diff --git a/shiptest.dme b/shiptest.dme index 22776b31df28..9d0b81577685 100644 --- a/shiptest.dme +++ b/shiptest.dme @@ -1969,6 +1969,7 @@ #include "code\modules\cargo\packs\spacesuit_armor.dm" #include "code\modules\cargo\packs\tools.dm" #include "code\modules\cargo\packs\vendor_refill.dm" +#include "code\modules\cargo\packs\weapon_attachments.dm" #include "code\modules\chatter\chatter.dm" #include "code\modules\client\client_colour.dm" #include "code\modules\client\client_defines.dm"