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:
Alberyk
2019-01-27 13:32:22 -02:00
committed by Erki
parent db0d918d8c
commit 176d66437b
5 changed files with 18 additions and 19 deletions

View File

@@ -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"

View File

@@ -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