Merge pull request #122 from Regen1/master

Added new Fluff sprite from Wisewill
This commit is contained in:
ZomgPonies
2014-01-21 13:24:16 -08:00
3 changed files with 9 additions and 0 deletions
+9
View File
@@ -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 Japanese style school uniform for girls"
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 ///////////
//////////////////////////////////