Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
TheGamerdk
2020-05-07 20:52:48 +02:00
committed by GitHub
parent 712d51338e
commit 1f0f77231e
2 changed files with 12 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
icon_state = "mini"
item_state = "gun"
w_class = WEIGHT_CLASS_SMALL
cell_type = /obj/item/stock_parts/cell{charge = 600; maxcharge = 600}
cell_type = /obj/item/stock_parts/cell/mini_egun
ammo_x_offset = 2
charge_sections = 3
can_flashlight = FALSE // Can't attach or detach the flashlight, and override it's icon update
@@ -53,7 +53,7 @@
/obj/item/gun/energy/e_gun/hos
name = "\improper X-01 MultiPhase Energy Gun"
desc = "This is an expensive, modern recreation of an antique laser gun. This gun has several unique firemodes, but lacks the ability to recharge over time."
cell_type = /obj/item/stock_parts/cell{charge = 1200; maxcharge = 1200}
cell_type = /obj/item/stock_parts/cell/hos_gun
icon_state = "hoslaser"
force = 10
ammo_type = list(/obj/item/ammo_casing/energy/disabler/hos, /obj/item/ammo_casing/energy/laser/hos, /obj/item/ammo_casing/energy/ion/hos)