moved some re-used ul procs to another file

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2012-08-25 01:59:05 +10:00
parent 3e650e6d52
commit c8dd6d3b4f
4 changed files with 34 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ datum/preferences
underwear = 1
backbag = 2
b_type = pick("A+", "A-", "B+", "B-", "AB+", "AB-", "O+", "O-")
age = rand(PLAYER_AGE_MIN,PLAYER_AGE_MAX)
age = rand(MIN_PLAYER_AGE,MAX_PLAYER_AGE)
copy_to(H,1)
proc/randomize_name()