Flashlights use device cells

This commit is contained in:
Anewbe
2016-10-16 13:30:38 -05:00
parent d121515ebf
commit d76e4cd075
2 changed files with 15 additions and 11 deletions
+3 -2
View File
@@ -67,8 +67,9 @@
icon = 'icons/obj/power.dmi'
icon_state = "cell"
item_to_spawn()
return pick(prob(50);/obj/item/weapon/cell,
prob(40);/obj/item/weapon/cell/high,
return pick(prob(40);/obj/item/weapon/cell,
prob(25);/obj/item/weapon/cell/device,
prob(25);/obj/item/weapon/cell/high,
prob(9);/obj/item/weapon/cell/super,
prob(1);/obj/item/weapon/cell/hyper)