mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 02:52:28 +00:00
Fixes Robots putting things in rechargers
This commit is contained in:
@@ -38,17 +38,7 @@
|
||||
// Research borg's version
|
||||
/obj/item/weapon/melee/baton/slime/robot
|
||||
hitcost = 200
|
||||
|
||||
/obj/item/weapon/melee/baton/slime/robot/attack_self(mob/user)
|
||||
//try to find our power cell
|
||||
var/mob/living/silicon/robot/R = loc
|
||||
if (istype(R))
|
||||
bcell = R.cell
|
||||
return ..()
|
||||
|
||||
/obj/item/weapon/melee/baton/slime/robot/attackby(obj/item/weapon/W, mob/user)
|
||||
return
|
||||
|
||||
use_external_power = TRUE
|
||||
|
||||
// Xeno stun gun + projectile
|
||||
/obj/item/weapon/gun/energy/taser/xeno
|
||||
|
||||
Reference in New Issue
Block a user