Random items fix and small touches (#1115)

fixing a runtime with random maint loot
some additions I left out of heist in my previous prs
This commit is contained in:
Alberyk
2016-11-04 23:58:37 +02:00
committed by skull132
parent 9a4c6343e7
commit dae995ba04
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -28,6 +28,7 @@ var/datum/antagonist/raider/raiders
/obj/item/clothing/under/captain_fly,
/obj/item/clothing/under/det,
/obj/item/clothing/under/brown,
/obj/item/clothing/under/syndicate/tracksuit
)
var/list/raider_shoes = list(
@@ -93,6 +94,7 @@ var/datum/antagonist/raider/raiders
/obj/item/weapon/gun/projectile/pistol,
/obj/item/weapon/gun/projectile/revolver,
/obj/item/weapon/gun/projectile/revolver/deckard,
/obj/item/weapon/gun/projectile/revolver/derringer,
/obj/item/weapon/gun/projectile/pirate,
/obj/item/weapon/gun/projectile/tanto
)
+3 -3
View File
@@ -600,7 +600,7 @@
"/obj/item/clothing/head/hardhat" = 1.2,
"/obj/item/clothing/head/redcoat" = 0.4,
"/obj/item/clothing/head/syndicatefake" = 0.5,
"/obj/item/clothing/head/richard," = 0.3,
"/obj/item/clothing/head/richard" = 0.3,
"/obj/item/clothing/head/soft/rainbow" = 0.7,
"/obj/item/clothing/head/plaguedoctorhat" = 0.5,
"/obj/item/clothing/head/cueball" = 0.5,
@@ -645,7 +645,7 @@
"/obj/item/toy/balloon" = 0.4,
"/obj/item/weapon/haircomb" = 0.5,
"/obj/item/weapon/lipstick" = 0.6,
"/obj/item/weapon/material/knife/hook," = 0.3,
"/obj/item/weapon/material/knife/hook" = 0.3,
"/obj/item/weapon/material/hatchet/tacknife" = 0.4,
"/obj/item/weapon/storage/fancy/cigarettes/dromedaryco" = 1.2,
"/obj/item/weapon/storage/bag/plasticbag" = 1,
@@ -672,7 +672,7 @@
"/obj/item/device/floor_painter" = 0.6,
"/obj/random/toolbox" = 1,
"/obj/random/coin" = 1.2,
"/obj/random/tech_supply," = 1.2,
"/obj/random/tech_supply" = 1.2,
"/obj/random/powercell" = 0.8,
"/obj/random/colored_jumpsuit" = 0.7,
"/obj/random/booze" = 1.1,