Hair gradients fix and Beltbuster use fixed

Hair gradients are now instanced as "None", the default no gradients value, rather than 000 which caused runtime newly instanced character to cause runtime errors.
Fixed the path for the Beltbuster Mead drink's on_mob_life function
This commit is contained in:
Alphas00
2023-12-23 15:13:06 +01:00
parent d53f3a1569
commit df36be3590
4 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/wing_color = "fff" //Wing color
// GS13: Hair gradients from Skyrat
var/grad_color = "FFFFFF" //Hair gradient color
var/grad_style = "000" //Hair gradient style
var/grad_style = "None" //Hair gradient style
//HS13
var/body_size = 100 //Body Size in percent