keeps knockdown on rng throw, because you deserve it if you land it
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
..()
|
..()
|
||||||
//Only mob/living types have stun handling
|
//Only mob/living types have stun handling
|
||||||
if(turned_on && prob(throw_hit_chance) && iscarbon(hit_atom))
|
if(turned_on && prob(throw_hit_chance) && iscarbon(hit_atom))
|
||||||
baton_stun(hit_atom)
|
baton_stun(hit_atom, shoving = TRUE)
|
||||||
|
|
||||||
/obj/item/melee/baton/loaded //this one starts with a cell pre-installed.
|
/obj/item/melee/baton/loaded //this one starts with a cell pre-installed.
|
||||||
preload_cell_type = /obj/item/stock_parts/cell/high/plus
|
preload_cell_type = /obj/item/stock_parts/cell/high/plus
|
||||||
|
|||||||
Reference in New Issue
Block a user