Skip to content

Commit

Permalink
mapload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Sep 8, 2024
1 parent 0a471b8 commit 62d8e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/mecha/combat/honker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
return
cell = new /obj/item/stock_parts/cell/hyper(src)

/obj/vehicle/sealed/mecha/combat/honker/dark/loaded/Initialize()
/obj/vehicle/sealed/mecha/combat/honker/dark/loaded/Initialize(mapload)
. = ..()
var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/thrusters/ion(src)
ME.attach(src)
Expand Down

0 comments on commit 62d8e34

Please sign in to comment.