diff --git a/client/app/cores/StarmapCore/StarmapCoreContextMenu.tsx b/client/app/cores/StarmapCore/StarmapCoreContextMenu.tsx index 032336fb..ccfb77ee 100644 --- a/client/app/cores/StarmapCore/StarmapCoreContextMenu.tsx +++ b/client/app/cores/StarmapCore/StarmapCoreContextMenu.tsx @@ -99,31 +99,56 @@ export const StarmapCoreContextMenu = ({ {/* TODO March 11, 2024: Add commands for when right clicking on another object, such as following or attacking the target */} {selectedShips.length > 0 ? ( !object ? ( - + + }); + setOpen(false); + } + }} + > + Spawn Torpedo (Debug) + + ) : object.type === "planet" ? ( + <> + + ) : null ) : null}