Skip to content

Commit

Permalink
mod cheburek fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemchik542 committed Jul 19, 2024
1 parent d518518 commit 85626da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion massmeta/features/cheburek_car/code/cheburek.dm
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Some memes and gags included.
if(prob(gearbox_failure_count * 10) || prob(33))
if(gearbox_failure_count == 10)
if(canmove)
playsound(src, pick('massmeta/features/cheburek_car/sound/gear_blyat.ogg', 'massmeta/sounds/vehicles/gear_nah.ogg'), 100)
playsound(src, pick('massmeta/features/cheburek_car/sound/gear_blyat.ogg', 'massmeta/features/cheburek_car/sound/gear_nah.ogg'), 100)
toggle_blinkers()
canmove = FALSE
balloon_alert(user, "gearbox broken")
Expand Down
39 changes: 0 additions & 39 deletions massmeta/features/cheburek_car/code/driveshaft.dm

This file was deleted.

0 comments on commit 85626da

Please sign in to comment.