mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Merge branch 'master' into upstream-merge-14220
This commit is contained in:
@@ -126,6 +126,14 @@
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/head/halo
|
||||
display_name = "halo (colorable)"
|
||||
path = /obj/item/clothing/head/halo
|
||||
|
||||
/datum/gear/head/halo/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/head/cap/mbill
|
||||
display_name = "cap, major bill's"
|
||||
path = /obj/item/clothing/head/soft/mbill
|
||||
@@ -436,4 +444,4 @@
|
||||
|
||||
/datum/gear/head/wheat
|
||||
display_name = "straw hat"
|
||||
path = /obj/item/clothing/head/wheat
|
||||
path = /obj/item/clothing/head/wheat
|
||||
|
||||
@@ -137,6 +137,7 @@ Talon winter coat
|
||||
path = /obj/item/clothing/suit/storage/hooded/hoodie
|
||||
|
||||
/datum/gear/suit/hoodie_vr/New()
|
||||
..()
|
||||
var/list/hoodies = list()
|
||||
for(var/hoodie_style in typesof(/obj/item/clothing/suit/storage/hooded/hoodie))
|
||||
var/obj/item/clothing/suit/storage/toggle/hoodie/hoodie = hoodie_style
|
||||
|
||||
Reference in New Issue
Block a user