Increases raider starting loadout diversity (#9839)

This commit is contained in:
fernerr
2020-09-03 11:00:25 +02:00
committed by GitHub
parent 0cd045ff10
commit d36a78471e
10 changed files with 300 additions and 193 deletions
+9
View File
@@ -412,6 +412,10 @@
icon_state = "headbando"
item_state = "headbando"
/obj/item/clothing/head/headbando/random/Initialize()
. = ..()
color = get_random_colour(lower = 150)
/obj/item/clothing/head/fedora/brown
name = "fedora"
desc = "A brown fedora - either the cornerstone of a detective's style or a poor attempt at looking cool, depending on the person wearing it."
@@ -434,6 +438,11 @@
desc = "A head-hugging brimless winter cap. This one is tight."
icon_state = "beanie"
item_state = "beanie"
/obj/item/clothing/head/beanie/random/Initialize()
. = ..()
color = get_random_colour(lower = 150)
//Flower crowns
/obj/item/clothing/head/sunflower_crown
+4
View File
@@ -222,6 +222,10 @@
color = "#777777"
/obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/random/Initialize()
. = ..()
color = get_random_colour(lower = 150)
/obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/short
icon_state = "hoodie_short"
item_state = "hoodie_short"
+4
View File
@@ -26,6 +26,10 @@ obj/item/clothing/suit/apron/colored
icon_state = "overalls"
item_state = "overalls"
/obj/item/clothing/suit/apron/overalls/random/Initialize()
. = ..()
color = get_random_colour(lower = 150)
obj/item/clothing/suit/apron/overalls/blue
color = "#3429d1"
@@ -443,6 +443,10 @@
icon_open = "trench_colorable_open"
icon_closed = "trench_colorable"
/obj/item/clothing/suit/storage/toggle/trench/colorable/random/Initialize()
. = ..()
color = get_random_colour(lower = 150)
/obj/item/clothing/suit/storage/toggle/track
name = "track jacket"
desc = "a track jacket, for the athletic."
@@ -240,6 +240,8 @@
load_method = MAGAZINE
handle_casings = DELETE_CASINGS
slot_flags = SLOT_BACK
fire_delay = 25
accuracy = -1