mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user