mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
adding in sloogs per request (#9648)
This commit is contained in:
@@ -24,3 +24,12 @@
|
||||
icon_state = "longdragonhorns_v1"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/sloogbobbers
|
||||
name = "Sloog Bobbers"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/ears_ch.dmi'
|
||||
icon_state = "sloog_bobbers"
|
||||
extra_overlay = "sloog_tips"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
@@ -262,7 +262,12 @@
|
||||
body_parts = list(BP_HEAD)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
|
||||
/datum/sprite_accessory/marking/ch/sloog_head
|
||||
name = "sloog head"
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/sloog.dmi'
|
||||
icon_state = "slooghead"
|
||||
body_parts = list(BP_HEAD)
|
||||
// placed in seperate dmi till normal one is functional.
|
||||
|
||||
|
||||
/// NEW XENOMORPH SPRITE_ACCESSORIES - Basesprites borrowed from Citadel and tidied up by Makkinindorn, should blend a bit more nicely. ///
|
||||
|
||||
@@ -349,3 +349,10 @@
|
||||
fullness_icons = 3
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/taur/ch/sloog
|
||||
name = "Sloog (Taur)"
|
||||
icon_state = "sloog"
|
||||
extra_overlay = "sloog_glowstripe"
|
||||
extra_overlay_w = "sloog_glowstripe"
|
||||
can_loaf = FALSE
|
||||
|
||||
@@ -258,3 +258,12 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
wing_offset = 16
|
||||
|
||||
/datum/sprite_accessory/wing/sloogshell
|
||||
name = "Sloog shell"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings64.dmi'
|
||||
icon_state = "sloogshell"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
wing_offset = 16
|
||||
|
||||
Reference in New Issue
Block a user