mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Added new Fluff sprite
Black schoolgirl uniform, made my Wisewill~
This commit is contained in:
@@ -32,6 +32,15 @@
|
||||
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) // Standard Security jumpsuit stats
|
||||
siemens_coefficient = 0.
|
||||
|
||||
/obj/item/clothing/under/fluff/BlackSchoolGirl // Black schoolgirl uniform
|
||||
name = "Black Schoolgirl Uniform"
|
||||
desc = "A mint condition Japanese style inspired black schoolgirl uniform."
|
||||
icon= 'icons/obj/clothing/uniforms.dmi'
|
||||
icon_state = "schoolgirl_black"
|
||||
item_state = "schoolgirl_black"
|
||||
has_sensor = 1 // Just to make sure it has a sensor
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) // Standar Jumpsuit stats
|
||||
|
||||
//////////////////////////////////
|
||||
////////// Fluff Items ///////////
|
||||
//////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user