Skip to content

Commit

Permalink
dme fix + price
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Jan 1, 2025
1 parent 616b8d4 commit 20c7e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/weapon_attachments.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions shiptest.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 20c7e45

Please sign in to comment.