mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
Merge pull request #6126 from Aroliacue/aro_wings
Migrates All Chomp Wings to Chomp_Modular Folder
This commit is contained in:
@@ -1,15 +1,55 @@
|
||||
/datum/sprite_accessory/wing/sect_drone //We should some day make a variable to make some wings not be able to fly
|
||||
name = "Sect drone wings (To use with bodytype marking)"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings_ch.dmi'
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "sectdrone_wing"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/wing/snagc
|
||||
name = "xenomorph backplate, colorable"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "csnag-backplate"
|
||||
do_colouration = 1
|
||||
|
||||
/datum/sprite_accessory/wing/teshbee
|
||||
name = "Teshari bee wings"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "beewings_tesh"
|
||||
|
||||
/datum/sprite_accessory/wing/teshdragonfly
|
||||
name = "Teshari dragonfly wings"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "dragonfly_tesh"
|
||||
|
||||
/datum/sprite_accessory/wing/snail //We should some day make a variable to make some wings not be able to fly
|
||||
name = "Snail shell"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "snail_shell"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/wing/dragon2
|
||||
name = "Dragon wings, large, colorable"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings64.dmi'
|
||||
icon_state = "dragon_2"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "dragon_2_mark"
|
||||
|
||||
//
|
||||
// x64 Wings below this point.
|
||||
//
|
||||
|
||||
/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 = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings64.dmi'
|
||||
icon_state = "sectdrone_wing_alt"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
@@ -18,7 +58,7 @@
|
||||
/datum/sprite_accessory/wing/sect_drone_alt_nomark
|
||||
name = "Sect drone wings Alt."
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings64_ch.dmi'
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings64.dmi'
|
||||
icon_state = "sectdrone_wing_alt_nomark"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
Reference in New Issue
Block a user