Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 25, 2024
1 parent 9254f49 commit 407153a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions code/modules/power/cell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@
chargerate = 1500
rating = 0 //Makes it incompatible with RPED

/obj/item/stock_parts/cell/gun/empty

/obj/item/stock_parts/cell/gun/empty/Initialize()
. = ..()
charge = 0
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/hmg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
default_ammo_type = /obj/item/ammo_box/magazine/skm_762_40
allowed_ammo_types = list(
/obj/item/ammo_box/magazine/skm_762_40,
/obj/item/ammo_box/magazine/skm_762_40/extended
/obj/item/ammo_box/magazine/skm_762_40/extended,
/obj/item/ammo_box/magazine/skm_762_40/drum
)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
allowed_ammo_types = list(
/obj/item/stock_parts/cell/gun,
/obj/item/stock_parts/cell/gun/upgraded,
/obj/item/stock_parts/cell/cell/gun/empty,
/obj/item/stock_parts/cell/gun/empty,
/obj/item/stock_parts/cell/gun/upgraded/empty,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
allowed_ammo_types = list(
/obj/item/stock_parts/cell/gun,
/obj/item/stock_parts/cell/gun/upgraded,
/obj/item/stock_parts/cell/cell/gun/empty,
/obj/item/stock_parts/cell/gun/empty,
/obj/item/stock_parts/cell/gun/upgraded/empty,
)
ammo_type = list(/obj/item/ammo_casing/energy/kalix, /obj/item/ammo_casing/energy/disabler/hitscan)
Expand Down

0 comments on commit 407153a

Please sign in to comment.