Skip to content

Commit

Permalink
Фикс the mecha equipment у рипли/файрфайтеров из аспекта (#13252)
Browse files Browse the repository at this point in the history
  • Loading branch information
AirBlack authored Jul 4, 2024
1 parent 428465e commit 28e90d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/mecha/working/ripley.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment/extinguisher(src)
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment(src)
ME = new /obj/item/mecha_parts/mecha_equipment/cable_layer(src)
ME.attach(src)

/obj/mecha/working/ripley/mine/atom_init() //for aspect
Expand Down Expand Up @@ -75,7 +75,7 @@
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment/extinguisher(src)
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment(src)
ME = new /obj/item/mecha_parts/mecha_equipment/cable_layer(src)
ME.attach(src)

/obj/mecha/working/ripley/firefighter/ert
Expand Down

0 comments on commit 28e90d2

Please sign in to comment.