-
Notifications
You must be signed in to change notification settings - Fork 499
Some traitor uplink weapon changes #12244
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
Open
hexakats
wants to merge
9
commits into
Monkestation:master
Choose a base branch
from
hexakats:uplink-adjustments
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a29617f
revolver case and price adjustments
hexakats cfe0ccf
syndie rebar starts with its own special rods
hexakats d2d79ec
oversight in makarov magazine descriptions
hexakats 6a9c0d4
okay starts with jagged rods fr this time
hexakats 60d650a
3 speedloaders instead
hexakats d9199fa
these are kinda useless
hexakats 8e00c4e
changed crossbow max ammo and price again
hexakats 19c7bc1
crossbow uplink description
hexakats 8fabc1f
syndie crossbow description
hexakats File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -411,7 +411,9 @@ | |||||||||||||
| new weapon_to_spawn (src) | ||||||||||||||
| for(var/i in 1 to 2) | ||||||||||||||
| new extra_to_spawn (src) | ||||||||||||||
| new ammo_box_to_spawn(src) | ||||||||||||||
|
|
||||||||||||||
| if(ammo_box_to_spawn != null) | ||||||||||||||
| new ammo_box_to_spawn(src) | ||||||||||||||
|
|
||||||||||||||
| /obj/item/storage/toolbox/guncase/traitor/update_icon_state() | ||||||||||||||
| . = ..() | ||||||||||||||
|
|
@@ -459,6 +461,16 @@ | |||||||||||||
| extra_to_spawn = /obj/item/ammo_box/magazine/whispering_jester_45_magazine | ||||||||||||||
| ammo_box_to_spawn = /obj/item/ammo_box/c45/caseless | ||||||||||||||
|
|
||||||||||||||
| /obj/item/storage/toolbox/guncase/traitor/revolver | ||||||||||||||
| name = "\improper Syndicate revolver gun case" | ||||||||||||||
| weapon_to_spawn = /obj/item/gun/ballistic/revolver/syndicate | ||||||||||||||
| extra_to_spawn = /obj/item/ammo_box/a357 | ||||||||||||||
|
|
||||||||||||||
| /obj/item/storage/toolbox/guncase/traitor/revolver/PopulateContents() | ||||||||||||||
| new weapon_to_spawn (src) | ||||||||||||||
| for(var/i in 1 to 3) | ||||||||||||||
| new extra_to_spawn (src) | ||||||||||||||
|
Comment on lines
+470
to
+472
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| /obj/item/storage/toolbox/guncase/traitor/wespe | ||||||||||||||
| name = "\improper Wespe pistol gun case" | ||||||||||||||
| weapon_to_spawn = /obj/item/gun/ballistic/automatic/pistol/sol/evil/unrestricted | ||||||||||||||
|
|
||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,17 +49,17 @@ | |
| /datum/uplink_item/firearms/revolver | ||
| name = "Syndicate Revolver" | ||
| desc = "Waffle Co.'s modernized Syndicate revolver. Fires 7 brutal rounds of .357 Magnum." | ||
| item = /obj/item/gun/ballistic/revolver/syndicate | ||
| item = /obj/item/storage/toolbox/guncase/traitor/revolver | ||
| progression_minimum = 30 MINUTES | ||
| cost = 10 | ||
| cost = 12 | ||
| surplus = 50 | ||
| purchasable_from = ~UPLINK_CLOWN_OPS | ||
|
|
||
| /datum/uplink_item/firearms/rebarxbowsyndie | ||
| name = "Syndicate Rebar Crossbow" | ||
| desc = "A much more proffessional version of the engineer's bootleg rebar crossbow. 3 shot mag, quicker loading, and better ammo. Owners manual included." | ||
| desc = "A much more proffessional version of the engineer's bootleg rebar crossbow. Quicker loading, and better ammo. Owners manual included." | ||
| item = /obj/item/storage/box/syndie_kit/rebarxbowsyndie | ||
| cost = 10 | ||
| cost = 8 | ||
|
|
||
| /datum/uplink_item/firearms/laser_musket | ||
| name = "Syndicate Laser Musket" | ||
|
|
@@ -99,12 +99,6 @@ | |
| item = /obj/item/storage/box/syndie_kit/shit_smg_bundle | ||
| cost = 4 | ||
|
|
||
| /datum/uplink_item/firearms/renoster | ||
| name = "Renoster Shotgun Case" | ||
| desc = "A twelve gauge shotgun with an eight shell capacity underneath. Comes with two boxes of buckshot." | ||
| item = /obj/item/storage/toolbox/guncase/nova/opfor/renoster | ||
| cost = 10 | ||
|
Comment on lines
-102
to
-106
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ? |
||
|
|
||
| /datum/uplink_item/firearms/slipstick | ||
| name = "Syndie Lipstick" | ||
| desc = "Stylish way to kiss to death, isn't it syndiekisser?" | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.