mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 15:17:00 +01:00
lewdout items
This commit is contained in:
@@ -2,3 +2,14 @@
|
||||
/datum/gear/suit/neetsuit
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_GENERAL
|
||||
restricted_roles = list()
|
||||
|
||||
// Suggestion #148
|
||||
/datum/gear/suit/techpriest
|
||||
name ="Techpriest robes"
|
||||
path = /obj/item/clothing/suit/hooded/techpriest
|
||||
restricted_roles = list("Chief Engineer","Research Director","Scientist", "Roboticist","Atmospheric Technician","Station Engineer")
|
||||
|
||||
// Suggestion #183
|
||||
/datum/gear/suit/dracula
|
||||
name = "dracula coat"
|
||||
path = /obj/item/clothing/suit/dracula
|
||||
|
||||
@@ -22,3 +22,8 @@
|
||||
/datum/gear/uniform/latex
|
||||
name = "Latex Catsuit"
|
||||
path = /obj/item/clothing/under/misc/latex_catsuit
|
||||
|
||||
// Suggestion #151
|
||||
/datum/gear/uniform/waiter
|
||||
name = "waiter's outfit"
|
||||
path = /obj/item/clothing/under/suit/waiter
|
||||
|
||||
Reference in New Issue
Block a user