forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
modular_doppler/modular_customization/markings/body_markings/vox.dm
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,26 @@ | ||
/datum/sprite_accessory/body_marking/vox | ||
icon = 'modular_doppler/modular_customization/markings/icons/markings/vox_markings.dmi' | ||
|
||
/datum/sprite_accessory/body_marking/vox/vox | ||
name = "Vox Talon" | ||
icon_state = "vox" | ||
body_zones = ARM_LEFT | ARM_RIGHT | HAND_LEFT | HAND_RIGHT | LEG_RIGHT | LEG_LEFT | ||
|
||
/datum/sprite_accessory/body_marking/vox/tiger | ||
name = "Vox Tiger Tattoo" | ||
icon_state = "voxtiger" | ||
body_zones = CHEST | LEG_RIGHT | LEG_LEFT | ARM_LEFT | ARM_RIGHT | ||
|
||
/datum/sprite_accessory/body_marking/vox/hive | ||
name = "Vox Hive Tattoo" | ||
icon_state = "voxhive" | ||
body_zones = CHEST | ||
/datum/sprite_accessory/body_marking/vox/nightling | ||
name = "Vox Nightling Tattoo" | ||
icon_state = "voxnightling" | ||
body_zones = CHEST | ARM_LEFT | ARM_RIGHT | ||
|
||
/datum/sprite_accessory/body_marking/vox/heart | ||
name = "Vox Heart Tattoo" | ||
icon_state = "voxheart" | ||
body_zones = ARM_RIGHT |
Binary file modified
BIN
+1 Byte
(100%)
modular_doppler/modular_customization/markings/icons/markings/other_markings.dmi
Binary file not shown.
Binary file added
BIN
+4.47 KB
modular_doppler/modular_customization/markings/icons/markings/vox_markings.dmi
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
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