mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
test
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/// Names
|
/// Names
|
||||||
GLOBAL_LIST_INIT(russian_names, world.file2list("fulp_modules/main_features/beefmen/strings/fulp_russian.txt")) // Backtracked from names.dm
|
GLOBAL_LIST_INIT(russian_names, world.file2list("fulp_modules/main_features/beefmen/strings/fulp_russian.txt")) // Backtracked from names.dm
|
||||||
GLOBAL_LIST_INIT(experiment_names, world.file2list("fulp_modules/main_features/beefmen/strings/fulp_experiment.txt")) // Backtracked from names.dm
|
GLOBAL_LIST_INIT(experiment_names, world.file2list("fulp_modules/main_features/beefmen/strings/fulp_experiment.txt")) // Backtracked from names.dm
|
||||||
GLOBAL_LIST_INIT(beefman_names, world.file2list("fulp_modules/main_features/beefmen/strings/fulp_beefman.txt")) // Backtracked from names.dm
|
|
||||||
|
|
||||||
/// Taken from flavor_misc.dm, as used by ethereals (color_list_ethereal)
|
/// Taken from flavor_misc.dm, as used by ethereals (color_list_ethereal)
|
||||||
GLOBAL_LIST_INIT(color_list_beefman, list("Very Rare" = "d93356", "Rare" = "da2e4a", "Medium Rare" = "e73f4e", "Medium" = "f05b68", "Medium Well" = "e76b76", "Well Done" = "d36b75"))
|
GLOBAL_LIST_INIT(color_list_beefman, list("Very Rare" = "d93356", "Rare" = "da2e4a", "Medium Rare" = "e73f4e", "Medium" = "f05b68", "Medium Well" = "e76b76", "Well Done" = "d36b75"))
|
||||||
|
|||||||
@@ -429,10 +429,7 @@
|
|||||||
// taken from _HELPERS/names.dm
|
// taken from _HELPERS/names.dm
|
||||||
/proc/beefman_name()
|
/proc/beefman_name()
|
||||||
var/tempname
|
var/tempname
|
||||||
if(prob(50))
|
tempname += pick(GLOB.russian_names)
|
||||||
tempname += pick(GLOB.russian_names)
|
|
||||||
else
|
|
||||||
tempname += pick(GLOB.beefman_names)
|
|
||||||
var/name = "[pick(GLOB.experiment_names)] \Roman[rand(1,49)] '[tempname]'"
|
var/name = "[pick(GLOB.experiment_names)] \Roman[rand(1,49)] '[tempname]'"
|
||||||
return name
|
return name
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
Steak
|
|
||||||
Tartare
|
|
||||||
Ribeye
|
|
||||||
Sirloin
|
|
||||||
Round
|
|
||||||
Skirt
|
|
||||||
Loin
|
|
||||||
Shank
|
|
||||||
Lean
|
|
||||||
Marble
|
|
||||||
Blue
|
|
||||||
Hanger
|
|
||||||
Flank
|
|
||||||
Tongue
|
|
||||||
Cheek
|
|
||||||
Porterhouse
|
|
||||||
Chop
|
|
||||||
Grill
|
|
||||||
Sear
|
|
||||||
Broil
|
|
||||||
Fry
|
|
||||||
Reference in New Issue
Block a user