Merge pull request #14821 from Youtubeboy139/2023-EnerGen-Power-Cells

2023 EnerGen Power Cells
This commit is contained in:
Heroman3003
2023-06-03 19:09:44 +00:00
committed by CHOMPStation2
parent 515d0e49ba
commit e24b0b016c
7 changed files with 87 additions and 22 deletions
+9
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"