Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_DV/accessories/hair.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ marking-HumanHairClassicLowFade = Fade (Low, Classic)
marking-HumanHairClassicMedFade = Fade (Medium, Classic)
marking-HumanHairClassicOmbre = Ombre Classic
marking-HumanHairClassicLong = Long 1 (Classic)
marking-HumanHairClassicBun = Classic Bun
marking-HumanHairLooseBun = Loose Bun
marking-HumanHairLowPonytail = Low Ponytail
16 changes: 9 additions & 7 deletions Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,16 @@
- type: RampingStationEventScheduler
timeKeyPoints: # DeltaV
- 10, 10
- 30, 8
- 15, 6
- 15, 8
- 15, 3
- 15, 8
- 15, 1
- 10, 6
- 10, 1
- 10, 3
- 15, 5
- 30, 2.5
- 15, 4
- 20, 2
- 10, 1
- 10, 4
- 10, 3
- 70, 4
scheduledGameRules: !type:NestedSelector
tableId: BasicGameRulesTable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,27 @@
sprites:
- sprite: _DV/Mobs/Customization/hair.rsi
state: classic_long

- type: marking
id: HumanHairClassicBun
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: _DV/Mobs/Customization/additional_hair.rsi
state: classic_bun

- type: marking
id: HumanHairLooseBun
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: _DV/Mobs/Customization/additional_hair.rsi
state: loosebun

- type: marking
id: HumanHairLowPonytail
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: _DV/Mobs/Customization/additional_hair.rsi
state: lowponytail
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "loosebun and lowponytail taken from https://github.com/Monkestation/Monkestation2.0/blob/67175e73aa192336cd69ad61f2c4b42423a87969/monkestation/icons/mob/sprite_accessories/hair.dmi and modified by whowhatwhenwherewhy. Classic_bun taken from https://github.com/cmss13-devs/cmss13/blob/master/icons/mob/humans/human_hair.dmi.",
"license": "CC-BY-SA-3.0",
"states": [
{
"name": "classic_bun",
"directions": 4
},
{
"name": "loosebun",
"directions": 4
},
{
"name": "lowponytail",
"directions": 4
}
]
}
Loading