forked from shiptest-ss13/Shiptest
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves PR#3 to a special pentest modules folder.
- Loading branch information
1 parent
208c307
commit 43efab4
Showing
3 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
//Hairsyles for Pentest!! | ||
|
||
/* Got new hair that you made yourself? Make a dmi named hair.dmi with it inside, put it in PentestModules/icons/mob/ and uncomment this!! | ||
/datum/sprite_accessory/hair/pentest | ||
icon = 'PentestModules/icons/mob/hair.dmi' | ||
datum/sprite_accessory/hair/pentest/hairnamehere | ||
name = "Hair Name Here" | ||
icon_state = "hair_name_here" | ||
*/ | ||
|
||
/datum/sprite_accessory/hair/pentest/maplehair | ||
icon = 'PentestModules/icons/mob/maplehair.dmi' | ||
|
||
/* | ||
///////////////////////////////////// | ||
/ =---------------------------= / | ||
/ =Hairstyles from MapleStation = / | ||
/ =---------------------------= / | ||
///////////////////////////////////// | ||
*/ | ||
/datum/sprite_accessory/hair/pentest/maplehair/overeyebraid | ||
name = "Over Eye Braid" | ||
icon_state = "hair_overeyebraid" | ||
|
||
/datum/sprite_accessory/hair/maplehair/messy_pigtail | ||
name = "Messy Pigtails" | ||
icon_state = "hair_pigtailmessy" | ||
|
||
/datum/sprite_accessory/hair/maplehair/unkempt | ||
name = "Unkept Short" | ||
icon_state = "hair_unkempt" | ||
|
||
/datum/sprite_accessory/hair/maplehair/styledponytail | ||
name = "Styled Ponytail" | ||
icon_state = "hair_styled" | ||
|
||
/datum/sprite_accessory/hair/maplehair/researcher | ||
name = "Researcher Curls" | ||
icon_state = "hair_researcher" | ||
|
||
/datum/sprite_accessory/hair/maplehair/paperlike | ||
name = "Long and Wide" | ||
icon_state = "hair_paperlike" | ||
|
||
/datum/sprite_accessory/hair/maplehair/monalisa | ||
name = "Mona Lisa" | ||
icon_state = "hair_monalisa" | ||
|
||
/datum/sprite_accessory/hair/maplehair/messystripe | ||
name = "Messy Stripe" | ||
icon_state = "hair_messystripe" | ||
|
||
/datum/sprite_accessory/hair/maplehair/loseponytail | ||
name = "Lose Ponytail" | ||
icon_state = "hair_loosepony" | ||
|
||
/datum/sprite_accessory/hair/maplehair/disheveled | ||
name = "Disheveled" | ||
icon_state = "hair_disheveled" | ||
|
||
/datum/sprite_accessory/hair/maplehair/noblebun | ||
name = "Noble Bun" | ||
icon_state = "hair_noblebun" | ||
|
||
/datum/sprite_accessory/hair/maplehair/messythorns | ||
name = "Thorny Long" | ||
icon_state = "hair_thorns" | ||
|
||
/datum/sprite_accessory/hair/maplehair/princely | ||
name = "Princely" | ||
icon_state = "hair_princely" | ||
|
||
/datum/sprite_accessory/hair/maplehair/oldmanyaoi | ||
name = "Side Styled" | ||
icon_state = "hair_oldstriped" | ||
|
||
/datum/sprite_accessory/hair/maplehair/oldmanyaoibutagain | ||
name = "Short Styled" | ||
icon_state = "hair_fruity" | ||
//Maple station hair over | ||
|
||
|
||
|
||
/* | ||
--ADD MORE HAIR HERE-- | ||
*/ |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters