Kinetic Accelerator Additions (#4965)

I want mining to be able to find some unique, powerful kinetic accelerators while out on the dig. Most of these are pretty high tier (Class B to S, or BS for short) and should be great finds for miners.

I also made it so that you can only pump the assemblies if you have two hands, and some kinetic accelerators are just too heavy to fire with one hand.
This commit is contained in:
BurgerLUA
2018-08-02 15:15:55 -07:00
committed by Werner
parent 76cb0a59eb
commit d93d155fdd
10 changed files with 439 additions and 14 deletions

View File

@@ -94,11 +94,13 @@
new/obj/item/weapon/pickaxe/gold(src)
if(81 to 82)
new/obj/item/weapon/gun/energy/plasmacutter(src)
if(83 to 84)
if(83) // Rarest things, some are unobtainble otherwise, some are just robust, 1% each
new/obj/random/prebuilt_ka(src)
if(84)
new/obj/item/toy/katana(src)
if(85)
new/obj/item/seeds/random(src)
if(86) // Rarest things, some are unobtainble otherwise, some are just robust, 1% each
if(86)
new/obj/item/weed_extract(src)
if(87)
new/obj/item/xenos_claw(src)