mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Departmental Berets (#10391)
This commit is contained in:
@@ -884,6 +884,7 @@
|
||||
/obj/random/hoodie = 0.5,
|
||||
/obj/random/bandana = 0.5,
|
||||
/obj/random/softcap = 0.5,
|
||||
/obj/random/beret = 0.5,
|
||||
/obj/random/junk = 0.4,
|
||||
/obj/random/medical = 0.4,
|
||||
/obj/random/powercell = 0.8,
|
||||
@@ -1019,6 +1020,24 @@
|
||||
/obj/item/clothing/head/softcap/captain = 1
|
||||
)
|
||||
|
||||
/obj/random/beret
|
||||
name = "random beret"
|
||||
desc = "This is a random beret."
|
||||
icon = 'icons/obj/clothing/hats/berets.dmi'
|
||||
icon_state = "beret"
|
||||
problist = list(
|
||||
/obj/item/clothing/head/beret/colorable/random = 5,
|
||||
/obj/item/clothing/head/beret/engineering = 3,
|
||||
/obj/item/clothing/head/beret/atmos = 3,
|
||||
/obj/item/clothing/head/beret/medical = 3,
|
||||
/obj/item/clothing/head/beret/science = 3,
|
||||
/obj/item/clothing/head/beret/hydro = 3,
|
||||
/obj/item/clothing/head/beret/cargo = 3,
|
||||
/obj/item/clothing/head/beret/miner = 3,
|
||||
/obj/item/clothing/head/beret/security = 2,
|
||||
/obj/item/clothing/head/beret/captain = 1
|
||||
)
|
||||
|
||||
/obj/random/highvalue
|
||||
name = "random high valuable item"
|
||||
desc = "This is a random high valuable item."
|
||||
|
||||
Reference in New Issue
Block a user