mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Last Minute Fixes
- Fixes Virgo species being able to wear hardsuits. - Adds new rosette markings and sprites - Adds new status display icon for code yellow
This commit is contained in:
@@ -1049,6 +1049,18 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
rosette
|
||||
name = "Rosettes"
|
||||
icon_state = "rosette"
|
||||
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)
|
||||
|
||||
rosette_color
|
||||
name = "Rosettes (Colorable)"
|
||||
icon_state = "rosette_color"
|
||||
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)
|
||||
|
||||
heterochromia
|
||||
name = "Heterochromia"
|
||||
icon_state = "heterochromia"
|
||||
|
||||
Reference in New Issue
Block a user