mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-29 23:57:10 +01:00
Adds apron, overalls and Amish suit to loadout
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
name = "dracula coat"
|
||||
path = /obj/item/clothing/suit/dracula
|
||||
|
||||
// Suggestion #3279
|
||||
/datum/gear/suit/apron
|
||||
name = "apron, blue"
|
||||
path = /obj/item/clothing/suit/apron
|
||||
|
||||
/datum/gear/suit/overalls
|
||||
name = "overalls"
|
||||
path = /obj/item/clothing/suit/apron/overalls
|
||||
|
||||
// Fixes "Fed (Modern) uniform, White" being in general suit loadout section.
|
||||
/datum/gear/suit/trekcmdcapmod
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_JOBS
|
||||
|
||||
@@ -45,6 +45,11 @@
|
||||
name = "waiter's outfit"
|
||||
path = /obj/item/clothing/under/suit/waiter
|
||||
|
||||
// Suggestion #3278
|
||||
/datum/gear/uniform/amish
|
||||
name = "Amish suit"
|
||||
path = /obj/item/clothing/under/suit/sl
|
||||
|
||||
/datum/gear/uniform/bunnysuit
|
||||
name = "bunny outfit"
|
||||
path = /obj/item/clothing/under/bunnysuit
|
||||
|
||||
Reference in New Issue
Block a user