mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes security batons reporting to cyborgs that they're stunning them (#80781)
## About The Pull Request Fixes security batons reporting to cyborgs that they're stunning themselves ## Why It's Good For The Game  Funny! But a bug I think. ## Changelog 🆑 fix: Cyborgs no longer think they're hitting themselves when stunned with a stun baton /🆑
This commit is contained in:
@@ -625,7 +625,7 @@
|
||||
. = list()
|
||||
|
||||
.["visible"] = span_danger("[user] tries to stun [target] with [src], and predictably fails!")
|
||||
.["local"] = span_userdanger("[target] tries to... stun you with [src]?")
|
||||
.["local"] = span_userdanger("[user] tries to... stun you with [src]?")
|
||||
|
||||
/obj/item/melee/baton/security/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user