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

Adds One Shot RPG to Black Market #3468

Merged
merged 4 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 0 additions & 12 deletions code/modules/cargo/blackmarket/blackmarket_items/explosives.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@
stock_max = 7
availability_prob = 50

/datum/blackmarket_item/explosive/rpg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undocumented

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated cl

name = "PML-9 RPG"
desc = "Offically, it's an anti-armor RPG launcher. Technically, it's anti-everything. Most things don't enjoy being hit in the face with high explosives."
item = /obj/item/gun/ballistic/rocketlauncher

price_min = 3500
price_max = 6500
stock_min = 2
stock_max = 5
availability_prob = 10
spawn_weighting = FALSE

/datum/blackmarket_item/explosive/live_bomb
name = "Active ICW Era Ordinance"
desc = "Look, I won't mince words. This thing is counting down and I don't want to be the next causualty of ICW after it's already ended. I'll sell it to you real cheap."
Expand Down
11 changes: 11 additions & 0 deletions code/modules/cargo/blackmarket/blackmarket_items/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,14 @@
price_max = 3500
stock = 2
availability_prob = 40

/datum/blackmarket_item/weapon/oneshot
name = "Hammer Launcher"
desc = "A one-shot solution to a myriad amount of problems, ranging from Exosuits to obnoxious neighbors. Contains one ready-to-fire 84mm HEDP rocket. "
item = /obj/item/gun/ballistic/rocketlauncher/oneshot

price_min = 3000
price_max = 4500
stock_min = 1
stock_max = 5
availability_prob = 25
Loading