Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Adds unique vendor description to the bitrunning disks #1239

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions code/modules/bitrunning/orders/disks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,29 @@
/datum/orderable_item/bitrunning_tech/item_tier1
cost_per_order = 1000
item_path = /obj/item/bitrunning_disk/item/tier1
desc = "This disk contains a program that lets you equip a medical beamgun, a C4 explosive, or a box of infinite pizza."

/datum/orderable_item/bitrunning_tech/item_tier2
cost_per_order = 1500
item_path = /obj/item/bitrunning_disk/item/tier2
desc = "This disk contains a program that lets you equip a luxury medipen, a pistol, or an armour vest."

/datum/orderable_item/bitrunning_tech/item_tier3
cost_per_order = 2500
item_path = /obj/item/bitrunning_disk/item/tier3
desc = "This disk contains a program that lets you equip an advanced energy gun, a dual bladed energy sword, or a minibomb."

/datum/orderable_item/bitrunning_tech/ability_tier1
cost_per_order = 1000
item_path = /obj/item/bitrunning_disk/ability/tier1
desc = "This disk contains a program that lets you cast Summon Cheese or Lesser Heal."

/datum/orderable_item/bitrunning_tech/ability_tier2
cost_per_order = 1800
item_path = /obj/item/bitrunning_disk/ability/tier2
desc = "This disk contains a program that lets you cast Fireball, Lightning Bolt, or Forcewall."

/datum/orderable_item/bitrunning_tech/ability_tier3
cost_per_order = 3200
item_path = /obj/item/bitrunning_disk/ability/tier3
desc = "This disk contains a program that lets you shapeshift into a lesser ashdrake, or a polar bear."
Loading