mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Increases raider starting loadout diversity (#9839)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user