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

Implements Bitrunner Prefs Disks (Feat. Quirks & Evil Hacks) (without the blowing up part) #243

Merged
Changes from 1 commit
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
Prev Previous commit
THERE we go
  • Loading branch information
00-Steven committed Nov 20, 2024
commit a080f1d9e6d8710296d4b145e206304447b5dd37
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
*/
/datum/orderable_item/bitrunning_tech/prefs_disk
cost_per_order = 1000
item_path = /obj/item/bitrunning_disk/preferences
purchase_path = /obj/item/bitrunning_disk/preferences
desc = "This disk contains a program that lets you load in custom bit avatars."

/**
Expand Down
Loading