Advertisement
Guest User

Untitled

a guest
Jul 13th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. commands.add_command("resetSpaceXLaunchProgress", {"resetSpaceXLaunchProgress_help"}, function(event)
  2.         global.launches.satellite = 0
  3.         global.launches.drydockstructure = 0
  4.         global.launches.drydockcommand = 0
  5.         global.launches.shipfusionreactor = 0
  6.         global.launches.shipcasings = 0
  7.         global.launches.shiptprotectionfield = 0
  8.         global.launches.shipthrusters = 0
  9.         global.launches.shiphabitation = 0
  10.         global.launches.shiplifesupport = 0
  11.         global.launches.shipfuelcells = 0
  12.         global.launches.shipcommand = 0
  13.         global.launches.shipastrometrics = 0
  14.         global.launches.shipftldrive = 0
  15.         updateSpacexCombinators(game.player.surface)
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement