From 6e989be5b7daeaddd2d2563d5ef8266e7a615041 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Tue, 17 Sep 2019 12:04:31 +1000 Subject: [PATCH] Adds proper tech levels to ML3M and its magazines --- code/modules/vore/fluffstuff/guns/cell_loaded/ml3m.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/vore/fluffstuff/guns/cell_loaded/ml3m.dm b/code/modules/vore/fluffstuff/guns/cell_loaded/ml3m.dm index 2a2be206575..6dbf09204f6 100644 --- a/code/modules/vore/fluffstuff/guns/cell_loaded/ml3m.dm +++ b/code/modules/vore/fluffstuff/guns/cell_loaded/ml3m.dm @@ -10,6 +10,7 @@ description_info = "This is a ranged healing device that uses interchangable nanite discharge cells in a magazine. Each cell is a different healing beam type, and up to three can be loaded in the magazine. Each battery usually provides four discharges of that beam type, and multiple from the same type may be loaded to increase the number of shots for that type." description_fluff = "The Vey-Med ML-3 'Medigun' allows one to customize their loadout in the field, or before deploying, to allow emergency response personnel to deliver a variety of ranged healing options." description_antag = "" + origin_tech = list(TECH_MATERIAL = 4, TECH_MAGNET = 2, TECH_BIO = 5) allowed_magazines = list(/obj/item/ammo_magazine/cell_mag/medical) /obj/item/weapon/gun/projectile/cell_loaded/medical/cmo @@ -28,6 +29,7 @@ description_info = "This magazine holds self-charging nanite fabricators to power the ML-3 'Medigun'. Up to three can be loaded at once, and each provides four shots of their respective healing type. Loading multiple of the same type will provide additional shots of that type. The batteries can be recharged in a normal recharger." ammo_type = /obj/item/ammo_casing/microbattery/medical icon_state = "ml3m_mag" + origin_tech = list(TECH_MATERIAL = 3, TECH_BIO = 3) /obj/item/ammo_magazine/cell_mag/medical/advanced name = "advanced nanite magazine" @@ -35,6 +37,7 @@ max_ammo = 6 x_offset = 3 icon_state = "ml3m_mag_extended" + origin_tech = list(TECH_MATERIAL = 5, TECH_BIO = 5) // The Pack //