Skip to content

Commit

Permalink
Увеличение скорости мытья полов ( а ещё её анимации) (#12895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluffy-510 committed Feb 28, 2024
1 parent ca7ac26 commit ee76559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/mop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
w_class = SIZE_SMALL
attack_verb = list("mopped", "bashed", "bludgeoned", "whacked")

sweep_step = 4
sweep_step = 2

var/mopping = 0
var/mopcount = 0
Expand Down Expand Up @@ -127,7 +127,7 @@
force = 6.0
throwforce = 10.0
throw_range = 10.0
sweep_step = 2
sweep_step = 1

/obj/effect/attackby(obj/item/I, mob/user)
if(istype(I, /obj/item/weapon/mop) || istype(I, /obj/item/weapon/reagent_containers/food/snacks/soap) || istype(I, /obj/item/weapon/kitchen/utensil/fork))
Expand Down

0 comments on commit ee76559

Please sign in to comment.