Jump to content

Update for rocket.launcher.dragon

Pending 1.4.3

IlIDestroyerIlI

Posted

Change this 
if (rocketMagazine != null && heldItem.info.shortname == "rocket.launcher" && rocketsSent > 0)
to 
if (rocketMagazine != null && 
    (heldItem.info.shortname == "rocket.launcher" || heldItem.info.shortname == "rocket.launcher.dragon") && 
    rocketsSent > 0)

and 
change this 
if (rocketsInInventory < 1 || item.info.shortname != "rocket.launcher" || item.condition <= 0) return;
to 
if (rocketsInInventory < 1 || 
    (item.info.shortname != "rocket.launcher" && item.info.shortname != "rocket.launcher.dragon") || 
    item.condition <= 0) return;

so players can also use the dragon rocket launcher ! 

Love the plugin btw ! 

1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.2k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.