mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
Symbols make sprite accessories freak out
Like plus or ampersand or single or escaped quotes in the name, it goes crazy. You can't remove Socks+Belly because it has a plus, once you've added it. I have no idea why. But here's a quick fix.
This commit is contained in:
@@ -1034,17 +1034,17 @@
|
||||
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)
|
||||
|
||||
paw_socks_belly
|
||||
name = "Socks+Belly Coloration (Generic)"
|
||||
name = "Socks,Belly Coloration (Generic)"
|
||||
icon_state = "pawsocksbelly"
|
||||
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)
|
||||
|
||||
belly_hands_feet
|
||||
name = "Hands/Feet/Belly Color (Minor)"
|
||||
name = "Hands,Feet,Belly Color (Minor)"
|
||||
icon_state = "bellyhandsfeetsmall"
|
||||
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)
|
||||
|
||||
hands_feet_belly_full
|
||||
name = "Hands/Feet/Belly Color (Major)"
|
||||
name = "Hands,Feet,Belly Color (Major)"
|
||||
icon_state = "bellyhandsfeet"
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user