Merge pull request #13181 from Putnam3145/dynnamic

Dynamic: tweaks and fixes: the reckoning
This commit is contained in:
silicons
2020-08-22 15:22:19 -07:00
committed by GitHub
58 changed files with 55 additions and 108 deletions
-2
View File
@@ -30,7 +30,6 @@
icon_dead = "magicarp_dead"
icon_gib = "magicarp_gib"
ranged = 1
threat = 4
retreat_distance = 2
minimum_distance = 0 //Between shots they can and will close in to nash
projectiletype = /obj/item/projectile/magic
@@ -52,7 +51,6 @@
color = "#00FFFF"
maxHealth = 75
health = 75
threat = 7
/mob/living/simple_animal/hostile/carp/ranged/chaos/Shoot()
projectiletype = pick(allowed_projectile_types)