Skip to content

Commit

Permalink
tweak: uplink price tweaks (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etrnlmelancholy authored Dec 7, 2023
1 parent e781db1 commit f763b72
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion code/datums/uplink_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "You will have your personal assistant. It comes with an increased amount of memory and special programs."
reference = "SPAI"
item = /obj/item/storage/box/syndie_kit/pai
cost = 20
cost = 35
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
refundable = TRUE
refund_path = /obj/item/paicard_upgrade/unused
Expand All @@ -1745,6 +1745,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/thermal_drill/diamond_drill
cost = 5

/datum/uplink_item/device_tools/jackhammer
name = "Jackhammer"
desc = "A jackhammer for breaking stone. Or walls. Or skulls"
reference = "JCKH"
item = /obj/item/pickaxe/drill/jackhammer
cost = 15

/datum/uplink_item/device_tools/medkit
name = "Syndicate Combat Medic Kit"
desc = "The syndicate medkit is a suspicious black and red. Included is a combat stimulant injector for rapid healing, a medical HUD for quick identification of injured comrades, \
Expand Down

0 comments on commit f763b72

Please sign in to comment.