diff --git a/code/game/mecha/equipment/weapons/weapons.dm b/code/game/mecha/equipment/weapons/weapons.dm index 40e82c38d9c..b9a499e1ff1 100644 --- a/code/game/mecha/equipment/weapons/weapons.dm +++ b/code/game/mecha/equipment/weapons/weapons.dm @@ -505,7 +505,7 @@ icon_state = "mecha_plasmacutter" item_state = "plasmacutter" energy_drain = 60 - origin_tech = "materials=3;combat=2;powerstorage=3;plasma=3" + origin_tech = "materials=3;combat=2;powerstorage=3;plasmatech=3" projectile = /obj/item/projectile/plasma/adv/mech fire_sound = 'sound/weapons/laser.ogg' diff --git a/code/game/objects/items/devices/camera_bug.dm b/code/game/objects/items/devices/camera_bug.dm index ad6f64c706e..dc47c3fc146 100644 --- a/code/game/objects/items/devices/camera_bug.dm +++ b/code/game/objects/items/devices/camera_bug.dm @@ -13,6 +13,7 @@ item_state = "camera_bug" throw_speed = 4 throw_range = 20 + origin_tech = "syndicate=3;engineering=1" var/obj/machinery/camera/current = null diff --git a/code/game/objects/items/weapons/power_cells.dm b/code/game/objects/items/weapons/power_cells.dm index a1e97eb3f92..f884e3b368b 100644 --- a/code/game/objects/items/weapons/power_cells.dm +++ b/code/game/objects/items/weapons/power_cells.dm @@ -9,7 +9,7 @@ throwforce = 5.0 throw_speed = 3 throw_range = 5 - w_class = 3.0 + w_class = 2 var/charge = 0 // note %age conveted to actual charge in New var/maxcharge = 10000 rating = 1 @@ -24,7 +24,7 @@ /obj/item/weapon/stock_parts/cell/crap name = "\improper Nanotrasen brand rechargable AA battery" desc = "You can't top the plasma top." //TOTALLY TRADEMARK INFRINGEMENT - origin_tech = "powerstorage=0" + origin_tech = null maxcharge = 5000 rating = 2 materials = list(MAT_GLASS=40) @@ -35,7 +35,7 @@ /obj/item/weapon/stock_parts/cell/secborg name = "\improper Security borg rechargable D battery" - origin_tech = "powerstorage=0" + origin_tech = null maxcharge = 6000 //6000 max charge / 1000 charge per shot = six shots rating = 2.5 materials = list(MAT_GLASS=40) @@ -160,4 +160,4 @@ name = "temperature gun cell" desc = "A specially designed power cell for heating and cooling projectiles" icon_state = "icell" - maxcharge = 900 \ No newline at end of file + maxcharge = 900 \ No newline at end of file diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index 2910bd30e6d..d4572017361 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -43,6 +43,7 @@ name = "blood-red magboots" icon_state = "syndiemag0" magboot_state = "syndiemag" + origin_tech = "magnets=2;syndicate=3" obj/item/clothing/shoes/magboots/syndie/advance //For the Syndicate Strike Team desc = "Reverse-engineered magboots that appear to be based on an advanced model, as they have a lighter magnetic pull. Property of Gorlex Marauders."