Changes Shoot() in magicarp to be forwards compatible

This commit is contained in:
JJRcop
2014-09-14 16:07:54 -04:00
parent 7b0306f7b1
commit 97a65cfb04
+2 -2
View File
@@ -49,6 +49,6 @@
maxHealth = 75
health = 75
/mob/living/simple_animal/hostile/carp/ranged/chaos/Shoot(var/target, var/start, var/user, var/bullet = 0)
/mob/living/simple_animal/hostile/carp/ranged/chaos/Shoot()
projectiletype = pick(typesof(initial(projectiletype)))
..(target, start, user, bullet)
..()