Skip to content

Commit

Permalink
Забыл залить
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShegars committed Jan 25, 2024
1 parent a5ef72b commit 8d05a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/mechs/components/legs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
var/obj/item/robot_parts/robot_component/actuator/motivator
power_use = 50
var/max_fall_damage = 30
var/can_strafe = TRUE
var/good_in_strafe = FALSE
var/can_strafe = FALSE
var/good_in_strafe = FALSE //Влияет на эффективность стрейфа, используйте когда мир будет к нему готов.

/obj/item/mech_component/propulsion/Destroy()
QDEL_NULL(motivator)
Expand Down
3 changes: 1 addition & 2 deletions code/modules/mechs/premade/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
move_delay = 4
turn_delay = 1
power_use = 25
good_in_strafe = TRUE //Харош в стрейфе (Нет штрафа за стрейф)
can_strafe = TRUE

/obj/item/mech_component/propulsion/tracks
name = "tracks"
Expand All @@ -19,7 +19,6 @@
turn_delay = 7
power_use = 150
color = COLOR_WHITE
can_strafe = FALSE //Вообще не может стрейфить (Ходить боком)

/obj/item/mech_component/chassis/pod
name = "spherical exosuit chassis"
Expand Down

0 comments on commit 8d05a9e

Please sign in to comment.