mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #637 from zekesulastin/flame-dress
Adds black-with-blue-flame dress to custom loadout
This commit is contained in:
@@ -746,6 +746,12 @@ var/global/list/gear_datums = list()
|
||||
display_name = "sundress, white"
|
||||
path = /obj/item/clothing/under/sundress_white
|
||||
|
||||
/datum/gear/dress_fire
|
||||
display_name = "flame dress"
|
||||
path = /obj/item/clothing/under/dress/dress_fire
|
||||
slot = slot_w_uniform
|
||||
cost = 1
|
||||
|
||||
/datum/gear/uniform_captain
|
||||
display_name = "uniform, captain's dress"
|
||||
path = /obj/item/clothing/under/dress/dress_cap
|
||||
|
||||
Reference in New Issue
Block a user