Skip to content

Commit

Permalink
Character Setup Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 3, 2024
1 parent 1aa2f8f commit 8c197ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/_globalvars/global_lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ GLOBAL_REFERENCE_LIST_INDEXED(yautja_hair_styles_list, /datum/sprite_accessory/y
//Backpacks
var/global/list/backbaglist = list("Backpack", "Satchel")
//Armor styles
GLOBAL_LIST_INIT(armor_style_list, list("Padded" = 1, "Padless" = 2, "Ridged" = 3, "Carrier" = 4, "Skull" = 5, "Smooth" = 6, "Random"))
GLOBAL_LIST_INIT(armor_style_list, list("Standard" = 1, "Ridged" = 2, "Smooth" = 3, "Random"))

// var/global/list/exclude_jobs = list(/datum/job/ai,/datum/job/cyborg)
var/global/round_should_check_for_win = TRUE
Expand Down
10 changes: 10 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1151,3 +1151,13 @@ var/global/list/gear_datums_by_name = list()
display_name = "Marine Service Jacket"
path = /obj/item/clothing/suit/storage/jacket/marine/service
cost = 3

/datum/gear/misc/paint_sg
display_name = "Black Smartgun Harness Paint"
path = /obj/item/clothing/accessory/paint
cost = 0

/datum/gear/misc/paint_skull
display_name = "M3 Pattern Skull Paint"
path = /obj/item/clothing/accessory/paint/skull
cost = 0

0 comments on commit 8c197ed

Please sign in to comment.