mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
test
This commit is contained in:
@@ -108,3 +108,11 @@
|
||||
#define NUKIE_TIPS "nukie"
|
||||
#define REVOLUTIONARY_TIPS "revolutionary"
|
||||
#define VASSAL_TIPS "vassal"
|
||||
|
||||
/proc/beefman_name()
|
||||
var/tempname
|
||||
if(prob(50))
|
||||
tempname = pick(GLOB.russian_names)
|
||||
else
|
||||
tempname = pick(GLOB.beefman_names)
|
||||
return "[pick(GLOB.experiment_names)] \Roman[rand(1,49)] [tempname]"
|
||||
|
||||
@@ -430,13 +430,6 @@
|
||||
break
|
||||
|
||||
// taken from _HELPERS/names.dm
|
||||
/proc/beefman_name()
|
||||
var/tempname
|
||||
if(prob(50))
|
||||
tempname = pick(GLOB.russian_names)
|
||||
else
|
||||
tempname = pick(GLOB.beefman_names)
|
||||
return "[pick(GLOB.experiment_names)] \Roman[rand(1,49)] [tempname]"
|
||||
|
||||
|
||||
// INTEGRATION //
|
||||
|
||||
Reference in New Issue
Block a user