Skip to content

Commit

Permalink
CI Snackrifice
Browse files Browse the repository at this point in the history
  • Loading branch information
CliffracerX committed Sep 20, 2024
1 parent 252883e commit ef3e204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modular_doppler/loadout_categories/categories/inhands.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
name = "Rose Bouquet"
item_path = /obj/item/bouquet/rose

/datum/loadout_item/inhand/backpack/slimpack
/datum/loadout_item/inhand/slimpack
name = "Custom Slimpack"
item_path = /obj/item/storage/backpack/satchel/flat/custom
item_path = /obj/item/storage/backpack/satchel/flat/empty/custom
5 changes: 1 addition & 4 deletions modular_doppler/modular_cosmetics/code/storage/backpacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,11 @@
flags_1 = IS_PLAYER_COLORABLE_1

// slimpacks
/obj/item/storage/backpack/satchel/flat/custom
/obj/item/storage/backpack/satchel/flat/empty/custom
name = "custom slimpack"
desc = "An ultra-light-weight slim storage option that fits above the belt."
icon_state = "slimpack"
greyscale_colors = "#333333#FF0000"
greyscale_config = /datum/greyscale_config/backpack/slimpack
greyscale_config_worn = /datum/greyscale_config/backpack/slimpack/worn
flags_1 = IS_PLAYER_COLORABLE_1

/obj/item/storage/backpack/satchel/flat/custom/PopulateContents()
return

0 comments on commit ef3e204

Please sign in to comment.