brings the robot taser back in line

This commit is contained in:
Kashargul
2025-01-12 22:43:22 +01:00
parent c047286b0b
commit 7cd5314175
4 changed files with 5 additions and 14 deletions
@@ -28,8 +28,8 @@
icon_state = "taser"
item_state = null //so the human update icon uses the icon_state instead.
projectile_type = /obj/item/projectile/beam/stun
charge_cost = 400
recharge_time = 7 //Time it takes for shots to recharge (in ticks)
charge_cost = 160
recharge_time = 5 //Time it takes for shots to recharge (in ticks)
/obj/item/gun/energy/robotic/disabler
borg_flags = COUNTS_AS_ROBOT_GUN | COUNTS_AS_ROBOT_DISABLER
+3 -2
View File
@@ -9,7 +9,8 @@
icon_state = "taser"
item_state = null //so the human update icon uses the icon_state instead.
projectile_type = /obj/item/projectile/beam/stun
charge_cost = 480
charge_cost = 160
fire_delay = 4
/obj/item/gun/energy/taser/mounted
name = "mounted taser gun"
@@ -24,7 +25,7 @@
/obj/item/gun/energy/taser/mounted/cyborg
name = "taser gun"
charge_cost = 400
charge_cost = 160
recharge_time = 7 //Time it takes for shots to recharge (in ticks)
/*
@@ -1,9 +0,0 @@
/obj/item/gun/energy/taser
charge_cost = 160
fire_delay = 4
/obj/item/gun/energy/stunrevolver
charge_cost = 400
/obj/item/gun/energy/taser/mounted/cyborg
charge_cost = 160