Skip to content

Commit

Permalink
add to preferences menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellado committed Sep 26, 2024
1 parent 46fa820 commit 9039161
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,16 @@
/datum/loadout_item/pocket_items/cybernetics_paintkit
name = "Cybernetics Paint Kit"
item_path = /obj/item/cybernetics_paintkit

/datum/loadout_item/pocket_items/umbrella
name = "Umbrella"
item_path = /obj/item/umbrella

/datum/loadout_item/pocket_items/black_parasol
name = "Black Parasol"
item_path = /obj/item/umbrella/parasol

/datum/loadout_item/pocket_items/rad_umbrella
name = "Radiation Shielded Umbrella"
item_path = /obj/item/umbrella/volkan
additional_displayed_text = list("Character Item")

0 comments on commit 9039161

Please sign in to comment.