mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Merge pull request #61 from alex-gh/ai_sm_fix
Supermatter no longer melts AIs and Cyborgs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user