Fixes device cells

This commit is contained in:
Anewbe
2016-10-16 13:42:16 -05:00
parent d121515ebf
commit bea401be2d
3 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
/obj/item/weapon/cell/device/weapon
name = "weapon power cell"
desc = "A small power cell designed to power handheld weaponry."
icon_state = "wcell"
maxcharge = 2400
/obj/item/weapon/cell/crap

View File

@@ -274,6 +274,7 @@ other types of metals and chemistry for reagents).
build_type = PROTOLATHE
id = "weapon"
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 50)
build_path = /obj/item/weapon/cell/device/weapon
category = "Misc"
sort_string = "DAABB"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 28 KiB