mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[semi-modular][ready]YEE HAW! More cowboy clothes! (#6984)
* [semi-modular][ready]YEE HAW! More cowboy clothes! * the belt space * Update _neck.dm * pls work * Update _neck.dm * Update modular_skyrat/modules/customization/modules/clothing/neck/_neck.dm Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/neck/_neck.dm Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/neck/_neck.dm Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/neck/_neck.dm Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com> * Update modular_skyrat/modules/customization/modules/clothing/neck/_neck.dm Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com> * Update cloaks.dm * Update _neck.dm * please work i beg you * Update _neck.dm * work please * please * Update wardrobes.dm * create toggle_base * update cowboylea to use new toggle base * update loadout typeref * actually tick the toggle base * remove old toggle code * rouge tab * move location of toggle base * forgot to call our init helper * need to call action update on toggle dunce * uhh lets hope this works * subtype instead * please help * Update toggle_base.dm * Update cloaks.dm * WORK * Update toggle_base.dm * work Co-authored-by: louiseedwardstuart <bonniefluff> Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com> Co-authored-by: Matthew <matthew@tfaluc.com>
This commit is contained in:
co-authored by
FlamingLily
louiseedwardstuart <bonniefluff>
Matthew
parent
d696ab69aa
commit
42436fad10
@@ -156,6 +156,9 @@
|
||||
/obj/item/clothing/suit/dutchjacketsr = 1,
|
||||
/obj/item/clothing/mask/gas/polyclown = 1,
|
||||
/obj/item/clothing/mask/gas/clownbald = 1,
|
||||
/obj/item/clothing/head/cowboyhat/sherrif = 1,
|
||||
/obj/item/clothing/head/cowboyhat/sherrif/alt = 1,
|
||||
/obj/item/clothing/head/cowboyhat/deputy = 1,
|
||||
/obj/item/clothing/under/costume/loincloth/sensor = 1,
|
||||
/obj/item/clothing/under/costume/loincloth/cloth/sensor = 1) //SKYRAT EDIT ADDITION END
|
||||
|
||||
|
||||
@@ -159,6 +159,9 @@
|
||||
/obj/item/clothing/head/hijab = 3,
|
||||
/obj/item/clothing/head/turb = 3,
|
||||
/obj/item/clothing/head/keffiyeh = 3,
|
||||
/obj/item/clothing/head/cowboyhat/sherrif = 3,
|
||||
/obj/item/clothing/head/cowboyhat/sherrif/alt = 3,
|
||||
/obj/item/clothing/head/cowboyhat/deputy = 3,
|
||||
/obj/item/clothing/shoes/sports = 3,
|
||||
/obj/item/clothing/shoes/wraps/poly = 3,
|
||||
/obj/item/clothing/shoes/jungleboots = 3,
|
||||
|
||||
@@ -559,7 +559,9 @@
|
||||
/obj/item/clothing/under/misc/kimunder = 2,
|
||||
/obj/item/clothing/shoes/kimshoes = 2,
|
||||
/obj/item/clothing/glasses/kim = 2,
|
||||
/obj/item/clothing/gloves/kim = 2, //SKYRAT EDIT ADD END
|
||||
/obj/item/clothing/gloves/kim = 2,
|
||||
/obj/item/clothing/under/rank/security/detective/cowboy = 2,
|
||||
/obj/item/clothing/suit/det_suit/cowboyvest = 2, //SKYRAT EDIT ADD END
|
||||
/obj/item/clothing/gloves/color/black = 2,
|
||||
/obj/item/clothing/gloves/color/latex = 2,
|
||||
/obj/item/reagent_containers/food/drinks/flask/det = 2,
|
||||
|
||||
Reference in New Issue
Block a user