mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
This should fix the cloning issue. (See: http://nanotrasen.com/phpBB3/viewtopic.php?f=7&t=6502)
Special thanks to the kind folks over at Bay12 for spotting the problem. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2638 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@
|
||||
|
||||
var/style = styles.Find(character.hair_style.type)
|
||||
if(style)
|
||||
hair = style * hrange + hrange - rand(1,hrange-1)
|
||||
hair = style * hrange - rand(1,hrange-1)
|
||||
else
|
||||
hair = 0
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
var/f_style = face_styles.Find(character.facial_hair_style.type)
|
||||
if(f_style)
|
||||
beard = f_style * f_hrange + f_hrange - rand(1,f_hrange-1)
|
||||
beard = f_style * f_hrange - rand(1,f_hrange-1)
|
||||
else
|
||||
beard = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user