mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 16:18:35 +01:00
Skrell markings & hair angle consistency (#8437)
* Skrell markings & hair angle consistency * Post-testing fixes * Deletes accidentally included oldsprite
This commit is contained in:
@@ -2617,6 +2617,18 @@ shaved
|
||||
species_allowed = list(SPECIES_DIONA)
|
||||
do_colouration = 0
|
||||
|
||||
//Skrell stuff.
|
||||
|
||||
/datum/sprite_accessory/marking/skrell
|
||||
name = "Countershading (Skrell)"
|
||||
icon_state = "skr_shade"
|
||||
body_parts = list(BP_TORSO, BP_GROIN, BP_HEAD)
|
||||
species_allowed = list(SPECIES_SKRELL)
|
||||
|
||||
/datum/sprite_accessory/marking/skrell/stripes
|
||||
name = "Poison Dart Stripes (Skrell)"
|
||||
icon_state = "skr_stripes"
|
||||
body_parts = list(BP_L_LEG, BP_R_LEG, BP_L_ARM, BP_R_ARM, BP_TORSO)
|
||||
|
||||
//Cybernetic Augments, some species-limited due to sprite misalignment. /aug/ types are excluded from dna.
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 135 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user