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

Makes The AI Uplink Brain Be Available On The Black Market #380

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@
price_min = PAYCHECK_CREW * 2
price_max = PAYCHECK_CREW * 4

/datum/market_item/misc/cyberbrain
name = "AI-uplink Brain"
desc = "Can be inserted into a body with NO ORGANIC INTERNAL ORGANS (robotic organs only) to allow AIs to control it. Comes with its own health sensors beacon. MUST be a humanoid or bad things happen to the consciousness, but the chassis itself can be flesh"
item = /obj/item/organ/brain/cybernetic/ai

Check failure on line 94 in modular_doppler/underworld_connections/markets/base_black_market.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0404: Path /obj/item/organ/brain/cybernetic/ai does not exist
price_min = PAYCHECK_CREW * 2
price_max = PAYCHECK_CREW * 4
stock_min = 1
stock_max = 1

/datum/market_item/misc/shove_blocker
// ok this is a seriously fucking good module so we'll make it cost a bit
price_min = PAYCHECK_CREW * 8
Expand Down
Loading