-
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
SA .357 Custom Item Addition #193
Changes from all commits
0ac9b91
b1f8fc5
2803a43
9661ab5
e747764
c3cee8a
38e537c
c3991c7
0e65c01
ce06c20
7a7f2a3
b90fe2c
4b9e162
6c995e9
24810a3
d26c27c
b254812
ecb8f8e
5769a6d
763913d
0fae340
49133af
4e9b759
807e1ae
5f29030
2aa51ac
9715676
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -388,6 +388,23 @@ | |
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
|
||
//M44 Combat Revolver Custom | ||
/obj/item/storage/box/guncase/m44/custom | ||
name = "\improper M44 Custom Revolver case" | ||
desc = "A gun case containing an M44 Custom Revolver loaded with marksman ammo." | ||
storage_slots = 7 | ||
can_hold = list(/obj/item/attachable/flashlight, /obj/item/weapon/gun/revolver/m44/custom, /obj/item/ammo_magazine/revolver) | ||
|
||
/obj/item/storage/box/guncase/m44/fill_preset_inventory() | ||
new /obj/item/attachable/flashlight(src) | ||
new /obj/item/weapon/gun/revolver/m44/custom/mp(src) | ||
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
new /obj/item/ammo_magazine/revolver/marksman(src) | ||
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. that's a lot of non-standard ammo for apparently no reason, and also a flashlight? dont think thats necessary |
||
|
||
//M4A3 Service Pistol | ||
/obj/item/storage/box/guncase/m4a3 | ||
name = "\improper M4A3 Service Pistol case" | ||
|
@@ -401,3 +418,20 @@ | |
new /obj/item/ammo_magazine/pistol(src) | ||
new /obj/item/ammo_magazine/pistol(src) | ||
new /obj/item/ammo_magazine/pistol(src) | ||
|
||
//SA .357 Service Revolver | ||
/obj/item/storage/box/guncase/cmb | ||
name = "\improper SA .357 Service Revolver case" | ||
desc = "A gun case containing an SA .357 Spearhead preloaded with standard ammunition." | ||
storage_slots = 7 | ||
can_hold = list(/obj/item/attachable/flashlight, /obj/item/weapon/gun/revolver/cmb/marine, /obj/item/ammo_magazine/revolver) | ||
|
||
/obj/item/storage/box/guncase/cmb/fill_preset_inventory() | ||
new /obj/item/attachable/flashlight(src) | ||
new /obj/item/weapon/gun/revolver/cmb/marine(src) | ||
new /obj/item/ammo_magazine/revolver/cmb/normalpoint(src) | ||
new /obj/item/ammo_magazine/revolver/cmb/normalpoint(src) | ||
new /obj/item/ammo_magazine/revolver/cmb/normalpoint(src) | ||
new /obj/item/ammo_magazine/revolver/cmb/normalpoint(src) | ||
new /obj/item/ammo_magazine/revolver/cmb/normalpoint(src) | ||
new /obj/item/ammo_magazine/revolver/cmb/normalpoint(src) | ||
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. dont think custom revolver needs that many speedloaders and a flashlight, make it 2 just like with 1911 besides, you can still scavenge ammo from CMBs and security groundside, i think that would be interesting |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -347,6 +347,9 @@ | |
icon_state = "m44rc" | ||
item_state = "m44rc" | ||
|
||
/obj/item/weapon/gun/revolver/m44/custom/mp //loadout w/ ammo | ||
current_mag = /obj/item/ammo_magazine/internal/revolver/m44/marksman | ||
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. dont think loadout equipment should have buffs..... |
||
|
||
//---------------------------------------------- | ||
// Blade Runner Blasters. | ||
/obj/item/weapon/gun/revolver/m44/custom/pkd_special | ||
|
@@ -736,7 +739,7 @@ | |
return ..() | ||
|
||
/obj/item/weapon/gun/revolver/cmb/set_gun_attachment_offsets() | ||
attachable_offset = list("muzzle_x" = 29, "muzzle_y" = 22,"rail_x" = 11, "rail_y" = 25, "under_x" = 20, "under_y" = 18, "stock_x" = 20, "stock_y" = 18) | ||
attachable_offset = list("muzzle_x" = 30, "muzzle_y" = 20,"rail_x" = 12, "rail_y" = 23, "under_x" = 20, "under_y" = 17, "stock_x" = 20, "stock_y" = 17) | ||
|
||
/obj/item/weapon/gun/revolver/cmb/set_gun_config_values() | ||
..() | ||
|
@@ -751,3 +754,14 @@ | |
|
||
/obj/item/weapon/gun/revolver/cmb/normalpoint | ||
current_mag = /obj/item/ammo_magazine/internal/revolver/cmb | ||
|
||
//------------------------------------------------------- | ||
//MARINE REVOLVER //Spearhead exists in Alien cannon, this one is based on the Dark Descent model. | ||
|
||
/obj/item/weapon/gun/revolver/cmb/marine | ||
name = "\improper SA .357 revolver" | ||
desc = "An automatic revolver chambered in .357, recognizably similar to its civilian counterpart. In Limited Service with the USCM, typically provided to more veteran units." | ||
icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' | ||
icon_state = "mspearhead" | ||
item_state = "mspearhead" | ||
current_mag = /obj/item/ammo_magazine/internal/revolver/cmb |
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.
should be just "M276 pattern revolver holster rig"