Skip to content

Commit

Permalink
Khan L (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
BadAtThisGame302 authored May 23, 2022
1 parent d55c833 commit 470da65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/WVM/wvm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ GLOBAL_VAR_INIT(vendor_cash, 0)
new /datum/data/wasteland_equipment("Turbo", /obj/item/reagent_containers/pill/patch/turbo, 30),
new /datum/data/wasteland_equipment("Mentats", /obj/item/storage/pill_bottle/chem_tin/mentats, 30),
new /datum/data/wasteland_equipment("Buffout", /obj/item/storage/pill_bottle/chem_tin/buffout, 30),
new /datum/data/wasteland_equipment("Med-X", /obj/item/reagent_containers/hypospray/medipen/medx, 30),
new /datum/data/wasteland_equipment("Med-X", /obj/item/reagent_containers/hypospray/medipen/medx, 80),
new /datum/data/wasteland_equipment("Fixer", /obj/item/storage/pill_bottle/chem_tin/fixer, 90),
new /datum/data/wasteland_equipment("Great Khan helmet", /obj/item/clothing/head/helmet/f13/khan, 20),
new /datum/data/wasteland_equipment("Great Khan bandana", /obj/item/clothing/head/helmet/f13/khan/bandana, 20),
Expand Down

0 comments on commit 470da65

Please sign in to comment.