mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Hellscout marking support (#7694)
This commit is contained in:
@@ -505,6 +505,19 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
//Hellscout abdomen markings
|
||||
/datum/sprite_accessory/marking/digi/hellscout_abdomen
|
||||
name = "Erebus - Hellscout FBP Abdomen (Digitigrade)"
|
||||
icon_state = "hellscout_r"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_L_LEG,BP_R_LEG,BP_GROIN,BP_TORSO)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/hellscout_abdomen_p
|
||||
name = "Erebus - Hellscout FBP Abdomen (Plantigrade)"
|
||||
icon_state = "hellscout_r"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_GROIN,BP_TORSO)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/spectre_panels
|
||||
name = "RACS Spectre FBP Panels"
|
||||
icon_state = "spectre"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user