mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
Replaces the tranquilizer rifle magazine with a box (#5952)
The head of security officer came with a magazine for the tranquilizer rifle, however the rifle did not accept magazines, and worked like the regular am rifle, where you have to load one shell at the time. This pr replaces the magazine, that forced you to empty it on the ground to load the rifle, with a regular box full of darts.
This commit is contained in:
@@ -245,19 +245,6 @@
|
||||
/obj/item/ammo_magazine/trodpack/empty
|
||||
initial_ammo = 0
|
||||
|
||||
/obj/item/ammo_magazine/tranq
|
||||
name = "tranquilizer darts (.50 cal PPS)"
|
||||
icon_state = "incendiaryshot_box"
|
||||
origin_tech = list(TECH_COMBAT = 2)
|
||||
mag_type = SINGLE_CASING
|
||||
caliber = "PPS"
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 4500)
|
||||
ammo_type = /obj/item/ammo_casing/tranq
|
||||
max_ammo = 4
|
||||
|
||||
/obj/item/ammo_magazine/tranq/empty
|
||||
initial_ammo = 0
|
||||
|
||||
/obj/item/ammo_magazine/a762
|
||||
name = "magazine box (7.62mm)"
|
||||
icon_state = "a762"
|
||||
|
||||
@@ -111,10 +111,6 @@
|
||||
recoil = 1
|
||||
silenced = 1
|
||||
fire_sound = 'sound/weapons/Gunshot_light.ogg'
|
||||
handle_casings = HOLD_CASINGS
|
||||
load_method = SINGLE_CASING
|
||||
magazine_type = null
|
||||
allowed_magazines = list(/obj/item/ammo_magazine/tranq)
|
||||
max_shells = 4
|
||||
ammo_type = null
|
||||
accuracy = -3
|
||||
|
||||
Reference in New Issue
Block a user