mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes device cells
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
/obj/item/weapon/cell/device/weapon
|
/obj/item/weapon/cell/device/weapon
|
||||||
name = "weapon power cell"
|
name = "weapon power cell"
|
||||||
desc = "A small power cell designed to power handheld weaponry."
|
desc = "A small power cell designed to power handheld weaponry."
|
||||||
|
icon_state = "wcell"
|
||||||
maxcharge = 2400
|
maxcharge = 2400
|
||||||
|
|
||||||
/obj/item/weapon/cell/crap
|
/obj/item/weapon/cell/crap
|
||||||
|
|||||||
@@ -274,6 +274,7 @@ other types of metals and chemistry for reagents).
|
|||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
id = "weapon"
|
id = "weapon"
|
||||||
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 50)
|
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 50)
|
||||||
|
build_path = /obj/item/weapon/cell/device/weapon
|
||||||
category = "Misc"
|
category = "Misc"
|
||||||
sort_string = "DAABB"
|
sort_string = "DAABB"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user