Skip to content

Commit

Permalink
buffs the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Aug 2, 2023
1 parent 30c97b6 commit a51131c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
list("M56D Drum Magazine", round(scale * 2), /obj/item/ammo_magazine/m56d, VENDOR_ITEM_REGULAR),
list("M2C Box Magazine", round(scale * 2), /obj/item/ammo_magazine/m2c, VENDOR_ITEM_REGULAR),
list("HIRR Baton Slugs", round(scale * 6), /obj/item/explosive/grenade/slug/baton, VENDOR_ITEM_REGULAR),
list("M74 AGM-S Star Shell", round(scale * 2), /obj/item/explosive/grenade/high_explosive/airburst/starshell, VENDOR_ITEM_REGULAR),
list("M74 AGM-S Star Shell", round(scale * 4), /obj/item/explosive/grenade/high_explosive/airburst/starshell, VENDOR_ITEM_REGULAR),
list("M74 AGM-S Hornet Shell", round(scale * 4), /obj/item/explosive/grenade/high_explosive/airburst/hornet_shell, VENDOR_ITEM_REGULAR),
)

Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/flashlight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
if(mapload)
return INITIALIZE_HINT_QDEL
. = ..()
fuel = rand(5 SECONDS, 60 SECONDS)
fuel = rand(30 SECONDS, 60 SECONDS)

/obj/item/device/flashlight/flare/on/illumination/chemical
name = "chemical light"
Expand Down

0 comments on commit a51131c

Please sign in to comment.