Skip to content

Commit

Permalink
Update exploration.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Burning02 committed Oct 21, 2024
1 parent 0be25e6 commit 83a29ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/cargo/packs/exploration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,11 @@
/obj/item/storage/box/flares,
/obj/item/storage/box/flares,
)

/datum/supply_pack/exploration/nvg
name = "Night Vision Goggles"
desc = "Contains a singular pair of Night Vision Goggles, for all your spelunking and military LARP occasions."
cost = 1000
contains = list(
/obj/item/clothing/glasses/night
)

0 comments on commit 83a29ca

Please sign in to comment.