-
Notifications
You must be signed in to change notification settings - Fork 95
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
Adding additional rounds to the smart gun. Round two. #147
Closed
Closed
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
603f398
APC buffs
Kirshbia 720f7f7
Update apc_wheels.dm
Kirshbia 3109921
Update apc_wheels.dm
Kirshbia fa8da5c
Update tank.dm
Kirshbia c328157
Update dualcannon_ammo.dm
Kirshbia 951589d
Update apc_wheels.dm
Kirshbia c689e7d
Update dual_cannon.dm
Kirshbia 842e6c6
Update frontal_cannon.dm
Kirshbia 948da72
Update dual_cannon.dm
Kirshbia d66477e
Update dual_cannon.dm
Kirshbia 7b109bf
Hm
Kirshbia 07d3a2c
Stuff
Kirshbia 394dec6
Flare launcher and APC armor adjustment
Kirshbia 46cdc32
Increase to Re-re cannon frontal rate
Kirshbia 2cdd9d3
Merge branch 'master' into master
Kirshbia 50f58b4
Merge branch 'PvE-CMSS13:master' into master
Kirshbia 4c70688
PullingIncrease to Re-re cannon frontal rate
Kirshbia 6d861b0
Revert "PullingIncrease to Re-re cannon frontal rate"
Kirshbia cad6882
Merge branch 'master' of https://github.com/Kirshbia/PvE-CMSS13
Kirshbia ca8d248
Synching
Kirshbia 0d3f8a6
Tonk buffs
Kirshbia 1e55108
Merge branch 'master' into master
Kirshbia 84be84e
Update hardpoint.dm
Kirshbia 6086bb0
Update tank.dm
Kirshbia bb413be
Update rocket.dm
Kirshbia 61be86c
Update ltb_ammo.dm
Kirshbia b8f1faa
Update ltb.dm
Kirshbia cc12100
Update minigun.dm
Kirshbia 35a9001
Update secondary.dm
Kirshbia 4f01566
Update tow.dm
Kirshbia d27e354
Buffs to armor and other support modules that Kirsh forgot existed.
Kirshbia 5338390
Increasing mag sizes of hard points
Kirshbia d6de36c
Update tank.dm
Kirshbia ecd3865
Update ltb.dm
Kirshbia 4c81c6d
Update tow.dm
Kirshbia c0b5d23
Merge branch 'master' of https://github.com/Kirshbia/PvE-CMSS13
Kirshbia 752d9d7
Update ballistic.dm
Kirshbia 200772c
Merge branch 'master' into master
Kirshbia fbd0e39
Slight increase to tonk movement
Kirshbia 7d8a037
Adjusting to the ACE. Tuned down it's damage and armor pen to keep th…
Kirshbia 03cd972
Merge branch 'master' into master
Kirshbia 13274ab
Changed to tank treads, made the tank a bit faster and need one less …
Kirshbia ea959ce
not that
morrowwolf 3a7bd5e
I got it
morrowwolf a63bd84
Smartgun change
Kirshbia 4760572
Merge branch 'master' of https://github.com/Kirshbia/PvE-CMSS13
Kirshbia 7b111e7
Merge branch 'PvE-CMSS13:master' into master
Kirshbia 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 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
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.
yeah, no, that won't work.
SG uses
var/datum/ammo/ammo_primary
andvar/datum/ammo/ammo_secondary
to define what ammo to shoot, so you might want to somehow tie these vars to loaded magsThere 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.
This is correct. You could also remove the ammo switching (the toggle function) all-together, as it doesn't make any logical sense anyway. It's a PvP holdout.