mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Changes Shoot() in magicarp to be forwards compatible
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
Reference in New Issue
Block a user