mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-16 17:42:32 +01:00
Merge pull request #772 from kcin2001/lotsa_markings
adds 2(4) new markings and fixes 1
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_L_ARM,BP_R_ARM)
|
||||
species_allowed = list(SPECIES_AKULA)
|
||||
|
||||
|
||||
zangoose_belly
|
||||
name = "Mongoose Cat Belly Marking"
|
||||
icon_state = "test"
|
||||
@@ -39,13 +39,37 @@
|
||||
icon_state = "paintfront"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
|
||||
head_paint_back
|
||||
name = "Head Paint"
|
||||
icon_state = "paint"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
athena_lights
|
||||
name = "Hephaestus - Athena lights"
|
||||
icon_state = "athena"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_TORSO,BP_HEAD)
|
||||
|
||||
rook_lights
|
||||
name = "Bishop - Rook lights"
|
||||
icon_state = "rook-l"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD)
|
||||
|
||||
rook_lights_body
|
||||
name = "Bishop - Rook lights (body)"
|
||||
icon_state = "rook-l"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO)
|
||||
|
||||
rook_lights_head
|
||||
name = "Bishop - Rook lights (head)"
|
||||
icon_state = "rook-l"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/tail/special/orca_tail
|
||||
name = "Orca Tail"
|
||||
desc = ""
|
||||
|
||||
@@ -947,7 +947,7 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_TORSO)
|
||||
|
||||
spirit_panels_head
|
||||
spirit_lights_head
|
||||
name = "Ward - Spirit FBP Lights (head)"
|
||||
icon_state = "lights"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
Reference in New Issue
Block a user