mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
Merge pull request #6093 from kcin2001/bug-tweaks
add new sect drone wing and head only tyranid marking
This commit is contained in:
@@ -117,6 +117,20 @@
|
||||
hide_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)
|
||||
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)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/tyranid_head
|
||||
name = "Tyranid Head (Use with Armor)"
|
||||
icon_state = "tyranid"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
hide_body_parts = list(BP_HEAD)
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/tyranid_head_armor
|
||||
name = "Tyranid Head (Armor)"
|
||||
icon_state = "tyranidarmor"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
hide_body_parts = list(BP_HEAD)
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/tyranid_legs
|
||||
name = "Tyranid Legs (Use with Armor)"
|
||||
icon_state = "tyranid"
|
||||
|
||||
@@ -4,4 +4,22 @@
|
||||
icon = 'icons/mob/vore/wings_ch.dmi'
|
||||
icon_state = "sectdrone_wing"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/wing/sect_drone_alt
|
||||
name = "Sect drone wings Alt. (To use with bodytype marking)"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings64_ch.dmi'
|
||||
icon_state = "sectdrone_wing_alt"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
wing_offset = 16
|
||||
|
||||
/datum/sprite_accessory/wing/sect_drone_alt_nomark
|
||||
name = "Sect drone wings Alt."
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings64_ch.dmi'
|
||||
icon_state = "sectdrone_wing_alt_nomark"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
wing_offset = 16
|
||||
Reference in New Issue
Block a user