mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
it compiles, so it werks
This commit is contained in:
@@ -21,7 +21,6 @@ GLOBAL_LIST_INIT(ratking_trash, list(//Garbage: used by the regal rat mob when s
|
||||
/obj/item/trash/empty_food_tray = 25,
|
||||
/obj/item/trash/empty_side_pack/moth = 25,
|
||||
/obj/item/trash/empty_side_pack/nt = 25,
|
||||
/obj/item/trash/empty_side_pack/tiziria = 25,
|
||||
/obj/item/trash/empty_side_pack/yangyu = 25,
|
||||
/obj/item/trash/energybar = 50,
|
||||
/obj/item/trash/flare = 100,
|
||||
|
||||
@@ -883,9 +883,6 @@ GLOBAL_LIST_INIT(common_loot, list( //common: basic items
|
||||
/obj/item/storage/box/foodpack/nt = 25,
|
||||
/obj/item/storage/box/foodpack/nt/burger = 50, // I am biased
|
||||
/obj/item/storage/box/foodpack/nt/chicken_sammy = 25,
|
||||
/obj/item/storage/box/foodpack/tiziria = 25,
|
||||
/obj/item/storage/box/foodpack/tiziria/roll = 25,
|
||||
/obj/item/storage/box/foodpack/tiziria/stir_fry = 25,
|
||||
/obj/item/storage/box/foodpack/yangyu = 25,
|
||||
/obj/item/storage/box/foodpack/yangyu/beef_rice = 25,
|
||||
/obj/item/storage/box/foodpack/yangyu/sushi = 25,
|
||||
|
||||
@@ -130,23 +130,6 @@ GLOBAL_LIST_INIT(rarity_loot, list(//rare: really good items
|
||||
/obj/item/dog_bone = 5,
|
||||
/obj/item/door_seal = 5,
|
||||
list(
|
||||
/obj/item/encryptionkey/translation/beach_bum = 1,
|
||||
/obj/item/encryptionkey/translation/buzzwords = 1,
|
||||
/obj/item/encryptionkey/translation/gutter = 1,
|
||||
/obj/item/encryptionkey/translation/machine = 1,
|
||||
/obj/item/encryptionkey/translation/mushroom = 1,
|
||||
/obj/item/encryptionkey/translation/shadow = 1,
|
||||
/obj/item/encryptionkey/translation/skrellian = 1,
|
||||
/obj/item/encryptionkey/translation/slime = 1,
|
||||
/obj/item/encryptionkey/translation/spacer = 1,
|
||||
/obj/item/encryptionkey/translation/sylvan = 1,
|
||||
/obj/item/encryptionkey/translation/tajaran = 1,
|
||||
/obj/item/encryptionkey/translation/terrum = 1,
|
||||
/obj/item/encryptionkey/translation/teshari = 1,
|
||||
/obj/item/encryptionkey/translation/uncommon = 1,
|
||||
/obj/item/encryptionkey/translation/vox = 1,
|
||||
/obj/item/encryptionkey/translation/vulpkanin = 1,
|
||||
/obj/item/encryptionkey/translation/yangyu = 1,
|
||||
/obj/item/language_manual/roundstart_species = 1
|
||||
) = 10,
|
||||
/obj/item/etherealballdeployer = 10,
|
||||
|
||||
@@ -86,7 +86,6 @@ GLOBAL_LIST_INIT(trash_loot, list(//junk: useless, very easy to get, or ghetto c
|
||||
/obj/item/trash/empty_food_tray = 25,
|
||||
/obj/item/trash/empty_side_pack/moth = 25,
|
||||
/obj/item/trash/empty_side_pack/nt = 25,
|
||||
/obj/item/trash/empty_side_pack/tiziria = 25,
|
||||
/obj/item/trash/empty_side_pack/yangyu = 25,
|
||||
/obj/item/trash/energybar = 50,
|
||||
/obj/item/trash/flare = 100,
|
||||
|
||||
@@ -45,7 +45,6 @@ GLOBAL_LIST_INIT(uncommon_loot, list(//uncommon: useful items
|
||||
/obj/item/vending_refill/snack = 1,
|
||||
/obj/item/vending_refill/snack/imported = 1,
|
||||
/obj/item/vending_refill/snack/imported/mothic = 1,
|
||||
/obj/item/vending_refill/snack/imported/tizirian = 1,
|
||||
/obj/item/vending_refill/snack/imported/yangyu = 1,
|
||||
/obj/item/vending_refill/sovietsoda = 1,
|
||||
/obj/item/vending_refill/sustenance = 1,
|
||||
@@ -164,8 +163,6 @@ GLOBAL_LIST_INIT(uncommon_loot, list(//uncommon: useful items
|
||||
/obj/item/circular_saw = 15,
|
||||
/obj/item/defibrillator = 5,
|
||||
/obj/item/healthanalyzer = 100,
|
||||
/obj/item/healthanalyzer/disease = 25,
|
||||
/obj/item/healthanalyzer/wound = 50,
|
||||
/obj/item/hemostat = 75,
|
||||
/obj/item/pinpointer/crew = 5,
|
||||
/obj/item/reagent_containers/cup/beaker = 100,
|
||||
@@ -195,7 +192,6 @@ GLOBAL_LIST_INIT(uncommon_loot, list(//uncommon: useful items
|
||||
/obj/item/book/granter/crafting_recipe/boneyard_notes = 1,
|
||||
/obj/item/book/granter/crafting_recipe/cooking_sweets_101 = 5,
|
||||
/obj/item/book/granter/crafting_recipe/death_sandwich = 1,
|
||||
/obj/item/book/granter/crafting_recipe/pipegun_prime = 1,
|
||||
/obj/item/book/granter/crafting_recipe/trash_cannon = 1,
|
||||
/obj/item/book/granter/sign_language = 5
|
||||
) = 100,
|
||||
|
||||
Reference in New Issue
Block a user