-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Monkestation:master' into upstream-wizard-rightwrong
- Loading branch information
Showing
29 changed files
with
575 additions
and
311 deletions.
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/// The caliber used by the Paco handgun. | ||
#define CALIBER_35 ".35" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
/obj/item/gun/ballistic/automatic/pistol/paco //Sec pistol, Paco from CEV Eris. | ||
name = "\improper FS HG .35 Auto \"Paco\"" | ||
desc = "A modern and reliable sidearm for the soldier in the field. Commonly issued as a sidearm to Security Officers. Uses standard and rubber .35 and high capacity magazines." | ||
icon = 'monkestation/icons/obj/guns/paco.dmi' | ||
icon_state = "paco" | ||
inhand_icon_state = "paco" | ||
lefthand_file = 'monkestation/icons/mob/inhands/weapons/guns_lefthand.dmi' | ||
righthand_file = 'monkestation/icons/mob/inhands/weapons/guns_righthand.dmi' | ||
w_class = WEIGHT_CLASS_NORMAL | ||
mag_type = /obj/item/ammo_box/magazine/m35 | ||
can_suppress = FALSE | ||
fire_sound = 'sound/weapons/gun/pistol/shot_alt.ogg' | ||
rack_sound = 'sound/weapons/gun/pistol/rack.ogg' | ||
lock_back_sound = 'sound/weapons/gun/pistol/slide_lock.ogg' | ||
bolt_drop_sound = 'sound/weapons/gun/pistol/slide_drop.ogg' | ||
|
||
/obj/item/gun/ballistic/automatic/pistol/paco/no_mag | ||
spawnwithmagazine = FALSE | ||
|
||
//Lethal ammo for Paco. | ||
/obj/item/ammo_casing/c35 | ||
name = ".35 bullet casing" | ||
desc = "A .35 bullet casing." | ||
caliber = CALIBER_35 | ||
projectile_type = /obj/projectile/bullet/c35 | ||
|
||
/obj/item/ammo_box/magazine/m35 | ||
name = "\improper \"Paco\" pistol magazine (.35)" | ||
desc = "A .35 pistol magazine for the Paco handgun. Consult your head of security before use." | ||
icon = 'monkestation/icons/obj/guns/ammo.dmi' | ||
icon_state = "35" | ||
base_icon_state = "35" | ||
ammo_type = /obj/item/ammo_casing/c35 | ||
caliber = CALIBER_35 | ||
max_ammo = 16 | ||
multiple_sprites = AMMO_BOX_PER_BULLET | ||
multiple_sprite_use_base = TRUE | ||
w_class = WEIGHT_CLASS_SMALL | ||
|
||
/obj/item/ammo_box/magazine/m35/update_icon_state() | ||
. = ..() | ||
icon_state = "[base_icon_state]-[round(ammo_count(), 2)]" | ||
|
||
/obj/projectile/bullet/c35 | ||
name = ".35 bullet" | ||
damage = 20 | ||
|
||
/obj/item/ammo_box/c35 | ||
name = "ammo box (.35)" | ||
desc = "An ammo box with .35 ammo for the \"Paco\" handgun. This one has a heart on it, d'awww." | ||
icon = 'monkestation/icons/obj/guns/ammo.dmi' | ||
icon_state = "35_ammobox" | ||
ammo_type = /obj/item/ammo_casing/c35 | ||
max_ammo = 40 | ||
w_class = WEIGHT_CLASS_NORMAL | ||
|
||
//Rubber ammo for Paco. | ||
/obj/item/ammo_box/magazine/m35/rubber | ||
name = "\improper \"Paco\" pistol magazine (.35 Rubber)" | ||
desc = "A .35 rubber pistol magazine for the \"Paco\" handgun. Loaded with rubber ammo for assisting in arrests." | ||
icon_state = "35r" | ||
base_icon_state = "35r" | ||
ammo_type = /obj/item/ammo_casing/c35/rubber | ||
|
||
/obj/item/ammo_casing/c35/rubber | ||
name = ".35 rubber bullet casing" | ||
desc = "A .35 rubber bullet casing." | ||
projectile_type = /obj/projectile/bullet/c35/rubber | ||
|
||
/obj/projectile/bullet/c35/rubber | ||
name = ".35 rubber bullet" | ||
damage = 4 | ||
stamina = 35 //10 less than disabler | ||
sharpness = NONE | ||
embedding = null | ||
|
||
/obj/item/ammo_box/c35/rubber | ||
name = "ammo box (.35 Rubber)" | ||
desc = "An ammo box with .35 rubber ammo for the \"Paco\" handgun." | ||
icon_state = "35r_ammobox" | ||
ammo_type = /obj/item/ammo_casing/c35/rubber | ||
max_ammo = 40 |
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
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
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
21 changes: 21 additions & 0 deletions
21
monkestation/code/modules/research/designs/security_designs.dm
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/datum/design/rubber_c35 | ||
name = ".35 Rubber Ammo Box (Less Lethal)" | ||
id = "rubber_c35" | ||
build_type = PROTOLATHE | AWAY_LATHE | ||
materials = list(/datum/material/iron = 20000) | ||
build_path = /obj/item/ammo_box/c35/rubber | ||
category = list( | ||
RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_AMMO, | ||
) | ||
departmental_flags = DEPARTMENT_BITFLAG_SECURITY | ||
|
||
/datum/design/lethal_c35 | ||
name = ".35 Ammo Box (Lethal)" | ||
id = "lethal_c35" | ||
build_type = PROTOLATHE | AWAY_LATHE | ||
materials = list(/datum/material/iron = 40000) | ||
build_path = /obj/item/ammo_box/c35 | ||
category = list( | ||
RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_AMMO, | ||
) | ||
departmental_flags = DEPARTMENT_BITFLAG_SECURITY |
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
Binary file not shown.
Binary file modified
BIN
+176 Bytes
(120%)
monkestation/icons/mob/inhands/weapons/guns_righthand.dmi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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.