mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Gets Rid Of An Errant Space From The Baton Knockdown Message (#62865)
This commit is contained in:
@@ -521,7 +521,7 @@
|
||||
/obj/item/melee/baton/security/proc/apply_stun_effect_end(mob/living/target)
|
||||
var/trait_check = HAS_TRAIT(target, TRAIT_STUNRESISTANCE) //var since we check it in out to_chat as well as determine stun duration
|
||||
if(!target.IsKnockdown())
|
||||
to_chat(target, span_warning("Your muscles seize, making you collapse [trait_check ? ", but your body quickly recovers..." : "!"]"))
|
||||
to_chat(target, span_warning("Your muscles seize, making you collapse[trait_check ? ", but your body quickly recovers..." : "!"]"))
|
||||
|
||||
target.Knockdown(knockdown_time * (trait_check ? 0.1 : 1))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user