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 mini-egun, sindano, and guepe to the uplink (priced accordingly) #5443

Merged
merged 2 commits into from
Feb 21, 2025
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
21 changes: 21 additions & 0 deletions modular_nova/modules/traitor-uplinks/code/categories/dangerous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@
item = /obj/item/gun/ballistic/automatic/c20r/toy/unrestricted/riot
cost = 4
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)

/datum/uplink_item/dangerous/sindano
name = "Sindano Submachine Gun Kit"
desc = "A Sindano SMG, with spare lethal-and-non-lethal ammo, and three various magazines. (stendos not guaranteed) "
item = /obj/item/storage/toolbox/guncase/nova/carwo_large_case/sindano/evil
cost = 9
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)

/datum/uplink_item/dangerous/wespe
name = "Guepe Pistol Kit"
desc = "A Guepe personal defense pistol, with two lethal magazines, full-auto and dubiously legal."
item = /obj/item/storage/toolbox/guncase/nova/pistol/opfor/wespe
cost = 7
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)

/datum/uplink_item/dangerous/miniegunkit
name = "Mini-egun Kit"
desc = "A mini-egun and included recharger kit, it's better then nothing!"
item = /obj/item/storage/toolbox/guncase/nova/pistol/opfor/egun_mini
cost = 1 // 1 whole dolar
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)
Loading