mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Merge branch 'master' into Refactors-beds-stools-chairs
This commit is contained in:
@@ -945,6 +945,14 @@
|
||||
flags_inv = HIDEEARS
|
||||
|
||||
//////////// Uniforms ////////////
|
||||
/obj/item/clothing/under/fluff/benjaminfallout // Benjaminfallout: Pretzel Brassheart
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
name = "Pretzel's dress"
|
||||
desc = "A nice looking dress"
|
||||
icon_state = "fallout_dress"
|
||||
item_state = "fallout_dress"
|
||||
item_color = "fallout_dress"
|
||||
|
||||
/obj/item/clothing/under/fluff/soviet_casual_uniform // Norstead : Natalya Sokolova
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
name = "Soviet Casual Uniform"
|
||||
@@ -1043,6 +1051,15 @@
|
||||
item_color = "aegisuniform"
|
||||
displays_id = 0
|
||||
|
||||
/obj/item/clothing/under/fluff/elo_turtleneck // vforcebomber: E.L.O.
|
||||
name = "E.L.O's Turtleneck"
|
||||
desc = "This TurtleNeck belongs to the IPC E.L.O. And has her name sown into the upper left breast, a very wooly jumper."
|
||||
icon = 'icons/obj/custom_items.dmi' // for the floor sprite
|
||||
icon_override = 'icons/obj/custom_items.dmi' // for the mob sprite
|
||||
icon_state = "eloturtleneckfloor"
|
||||
item_color = "eloturtleneck"
|
||||
displays_id = FALSE
|
||||
|
||||
//////////// Masks ////////////
|
||||
|
||||
/obj/item/clothing/mask/bandana/fluff/dar //sasanek12: Dar'Konr
|
||||
@@ -1219,6 +1236,13 @@
|
||||
species_fit = null
|
||||
sprite_sheets = null
|
||||
|
||||
/obj/item/storage/backpack/fluff/syndiesatchel //SkeletalElite: Rawkkihiki
|
||||
name= "Military Satchel"
|
||||
desc = "A well made satchel for military operations. Totally not made by an enemy corporation"
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
icon_state = "rawk_satchel"
|
||||
sprite_sheets = null
|
||||
|
||||
/obj/item/storage/backpack/fluff/krich_back //lizardzsi: Krichahka
|
||||
name = "Voxcaster"
|
||||
desc = "Battered, Sol-made military radio backpack that had its speakers fried from playing Vox opera. The words 'Swift-Talon' are crudely scratched onto its side."
|
||||
@@ -1387,3 +1411,12 @@
|
||||
item_state = "panzermedal"
|
||||
item_color = "panzermedal"
|
||||
slot_flags = SLOT_TIE
|
||||
|
||||
/obj/item/clothing/accessory/medal/fluff/XannZxiax //Sagrotter: Xann Zxiax
|
||||
name = "Zxiax Garnet"
|
||||
desc = "Green Garnet on fancy blue cord, when you look at the Garnet, you feel strangely appeased."
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
icon_state = "Xann_necklace"
|
||||
item_state = "Xann_necklace"
|
||||
item_color = "Xann_necklace"
|
||||
slot_flags = SLOT_TIE
|
||||
|
||||
Reference in New Issue
Block a user