Ammo cleanup (#30361)

* Clean up ammo

* Fix maps

* Cyberboss ammo cleanup fixes
This commit is contained in:
pubby
2017-09-07 11:02:44 -04:00
committed by Jordan Brown
parent a0c4faa022
commit 65bb0a3e32
18 changed files with 515 additions and 574 deletions
@@ -12,7 +12,7 @@
layer = ABOVE_MOB_LAYER
var/view_range = 10
var/cooldown = 0
var/projectile_type = /obj/item/projectile/bullet/weakbullet3
var/projectile_type = /obj/item/projectile/bullet/manned_turret
var/rate_of_fire = 1
var/number_of_shots = 40
var/cooldown_duration = 90
@@ -165,7 +165,7 @@
/obj/machinery/manned_turret/ultimate // Admin-only proof of concept for autoclicker automatics
name = "Infinity Gun"
view_range = 12
projectile_type = /obj/item/projectile/bullet/weakbullet3
projectile_type = /obj/item/projectile/bullet/manned_turret
/obj/machinery/manned_turret/ultimate/checkfire(atom/targeted_atom, mob/user)
target = targeted_atom