Skip to content

Commit 1448bb2

Browse files
Moryachok136XsenonDashZekins3366Stubaretka24
authored
Уменьшение перезарядки швабр (#274)
* [MAPS] Delta fix :3 (space-syndicate#2992) * Corvax sex fixes (space-syndicate#2961) * [Maps] Awesome musorka fix (space-syndicate#2993) * reduced mop cooldown reduced mop cooldown from 1 to 0.5 * advmop buff reduced admop cooldown from 1 to 0.5 * Revert "Merge branch 'space-syndicate:master' into next-mop-buff" This reverts commit 58946b7, reversing changes made to dc4e73d. * PascalCase in comments --------- Co-authored-by: TiFeRi <[email protected]> Co-authored-by: Zekins <[email protected]> Co-authored-by: Stubaretka24 <[email protected]>
1 parent 6f43a1d commit 1448bb2

File tree

1 file changed

+2
-2
lines changed
  • Resources/Prototypes/Entities/Objects/Specific/Janitorial

1 file changed

+2
-2
lines changed

Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
absorbed:
4040
maxVol: 100
4141
- type: UseDelay
42-
delay: 1
42+
delay: 0.5 # Corvax-Next-MopBuff
4343
- type: PhysicalComposition
4444
materialComposition:
4545
Plastic: 50
@@ -90,7 +90,7 @@
9090
- type: Absorbent
9191
pickupAmount: 100
9292
- type: UseDelay
93-
delay: 1.0
93+
delay: 0.5 # Corvax-Next-MopBuff
9494
- type: SolutionRegeneration
9595
solution: absorbed
9696
generated:

0 commit comments

Comments
 (0)