Skip to content

Commit

Permalink
Adds the rest of the available lipstick colors to the loadout (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin authored and StealsThePRs committed Apr 27, 2024
1 parent 562e875 commit 64e7828
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ GLOBAL_LIST_INIT(loadout_pocket_items, generate_loadout_items(/datum/loadout_ite
* LIPSTICK
*/

/datum/loadout_item/pocket_items/lipstick_green
name = "Green Lipstick"
item_path = /obj/item/lipstick/green

/datum/loadout_item/pocket_items/lipstick_white
name = "White Lipstick"
item_path = /obj/item/lipstick/white

/datum/loadout_item/pocket_items/lipstick_blue
name = "Blue Lipstick"
item_path = /obj/item/lipstick/blue

/datum/loadout_item/pocket_items/lipstick_black
name = "Black Lipstick"
item_path = /obj/item/lipstick/black
Expand Down

0 comments on commit 64e7828

Please sign in to comment.