[MIRROR] Fixes borg slime baton sprite and enables shield on peacekeeper (#10482)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-20 16:09:17 -07:00
committed by GitHub
parent 03374077b1
commit 58833573b7
2 changed files with 10 additions and 2 deletions

View File

@@ -447,7 +447,15 @@
target.taunt(user)
/obj/item/melee/robotic/baton/slime
hitcost = 200
name = "slimebaton"
desc = "A modified stun baton designed to stun slimes and other lesser slimy xeno lifeforms for handling."
icon_state = "slimebaton_active"
item_state = "slimebaton"
force = 10 //we like round numbers here
lightcolor = "#33CCFF"
agonyforce = 10 //It's not supposed to be great at stunning human beings.
hitcost = 48 //Less zap for less cost
/obj/item/melee/robotic/baton/slime/attack(mob/living/L, mob/user, hit_zone)
if(!istype(L))