mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
moved some re-used ul procs to another file
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user