Merge pull request #6311 from CHOMPStation2/upstream-merge-14821

[MIRROR] 2023 EnerGen Power Cells
This commit is contained in:
Nadyr
2023-06-09 22:23:14 -04:00
committed by GitHub
7 changed files with 87 additions and 22 deletions

View File

@@ -78,6 +78,15 @@
prob(9);/obj/item/weapon/cell/super,
prob(1);/obj/item/weapon/cell/hyper)
/obj/random/powercell/device
name = "random device powercell"
desc = "This is a random device powercell."
icon_state = "random_device"
/obj/random/powercell/device/item_to_spawn()
return pick(prob(80);/obj/item/weapon/cell/device,
prob(10);/obj/item/weapon/cell/device/hyper,
prob(10);/obj/item/weapon/cell/device/empproof)
/obj/random/bomb_supply
name = "bomb supply"