diff --git a/code/WorkInProgress/Yinadele/Supermatter.dm b/code/WorkInProgress/Yinadele/Supermatter.dm index 447914bd14f..75ef4706e41 100644 --- a/code/WorkInProgress/Yinadele/Supermatter.dm +++ b/code/WorkInProgress/Yinadele/Supermatter.dm @@ -191,13 +191,15 @@ damage += Proj.damage * config_bullet_energy return 0 +/obj/machinery/power/supermatter/attack_ai() + return /obj/machinery/power/supermatter/attack_paw(mob/user as mob) return attack_hand(user) -/obj/machinery/power/supermatter/attack_robot(mob/user as mob) - return attack_hand(user) +/obj/machinery/power/supermatter/attack_robot() + return /obj/machinery/power/supermatter/attack_hand(mob/user as mob)