WE ALWAYS DELIVER

This commit is contained in:
drexample
2020-01-11 23:22:18 +03:00
parent 747114793c
commit 041db96898
5 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ something, make sure it's not in one of the other lists.*/
prob(2);/obj/item/device/camera,
prob(3);/obj/item/device/pda,
prob(3);/obj/item/device/radio/headset,
prob(5);/obj/item/pizzavoucher)
prob(1);/obj/item/pizzavoucher)
/obj/random/maintenance/security
/*Maintenance loot list. This one is for around security areas*/

View File

@@ -131,7 +131,6 @@
prob(5);/obj/item/weapon/storage/backpack,
prob(5);/obj/item/weapon/storage/backpack/satchel/norm,
prob(5);/obj/item/weapon/storage/box,
prob(5);/obj/item/pizzavoucher,
// prob(5);/obj/random/cigarettes,
prob(4);/obj/item/broken_device/random,
prob(4);/obj/item/clothing/head/hardhat,
@@ -213,7 +212,8 @@
prob(1);/obj/item/weapon/spacecash/c100,
prob(1);/obj/item/weapon/spacecash/c50,
prob(1);/obj/item/weapon/storage/backpack/dufflebag/syndie,
prob(1);/obj/item/weapon/storage/box/cups)
prob(1);/obj/item/weapon/storage/box/cups,
prob(1);/obj/item/pizzavoucher)
var/obj/item/I = new path()
return I