small tweaks
- brought back fat jacqueen sprites - added modular suits and flowers to loadouts - nerfed electrical storms
This commit is contained in:
@@ -212,3 +212,20 @@
|
||||
/datum/gear/head/kabuto
|
||||
name = "Kabuto helmet"
|
||||
path = /obj/item/clothing/head/kabuto
|
||||
|
||||
//GS13
|
||||
// /datum/gear/head/rose
|
||||
// name = "Rose"
|
||||
// path = /obj/item/grown/rose
|
||||
|
||||
/datum/gear/head/sunflower
|
||||
name = "Sunflower"
|
||||
path = /obj/item/grown/sunflower
|
||||
|
||||
/datum/gear/head/poppy
|
||||
name = "Poppy"
|
||||
path = /obj/item/reagent_containers/food/snacks/grown/poppy
|
||||
|
||||
/datum/gear/head/harebell
|
||||
name = "Harebell"
|
||||
path = /obj/item/reagent_containers/food/snacks/grown/harebell
|
||||
|
||||
@@ -750,3 +750,10 @@
|
||||
path = /obj/item/clothing/under/rank/civilian/polychromic_clown
|
||||
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
|
||||
restricted_roles = list("Clown")
|
||||
|
||||
|
||||
//GS13 stuff
|
||||
|
||||
/datum/gear/uniform/modularjumpsuit
|
||||
name = "Modular Jumpsuit (gray)"
|
||||
path = /obj/item/clothing/under/color/grey/modular
|
||||
|
||||
Reference in New Issue
Block a user