Merge pull request #5790 from Mechoid/Make_Security_Sad

Drop the number of shots of normal and sec-xeno tasers back down to 5.
This commit is contained in:
Anewbe
2019-01-06 16:52:01 -06:00
committed by GitHub
3 changed files with 38 additions and 1 deletions
@@ -4,6 +4,7 @@
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
/obj/item/weapon/gun/energy/taser/mounted
name = "mounted taser gun"
+1 -1
View File
@@ -74,7 +74,7 @@
icon_state = "taserblue"
item_state = "taser"
projectile_type = /obj/item/projectile/beam/stun/xeno/weak
charge_cost = 240
charge_cost = 480
accuracy = 0 //Same accuracy as a normal Sec taser.
description_fluff = "An NT Mk30 NL retrofitted after the events that occurred aboard the NRS Prometheus."