From ba18bebf485f6fd0b9507f8a3f394d6fbfb80765 Mon Sep 17 00:00:00 2001 From: LanCartwright Date: Mon, 21 Dec 2015 00:40:20 +0000 Subject: [PATCH] missed this one --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 88432b26854..0dd52da5ecc 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -125,7 +125,7 @@ var/list/uplink_items = list() /datum/uplink_item/specoffer/m90gl name = "M90gl bundle" desc = "Premium offer. Pick up the M90gl with a magazine, some grenades, and a pack of cigarettes for a premium discount." - item = /obj/item/weapon/storage/backpack/dufflebag/syndie/c90glbundle + item = /obj/item/weapon/storage/backpack/dufflebag/syndie/m90glbundle cost = 15//normal price 18 gamemodes = list(/datum/game_mode/nuclear)