Skip to content

Commit

Permalink
убрал спавн армблейда
Browse files Browse the repository at this point in the history
  • Loading branch information
Truncated21 committed Jun 7, 2016
1 parent a56faaf commit 0860d3e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions code/modules/mining/lavaland/necropolis_chests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/obj/structure/closet/crate/necropolis/tendril/New()
..()
var/loot = rand(1,25)
var/loot = rand(1,24)
switch(loot)
if(1)
new /obj/item/device/shared_storage/red(src)
Expand Down Expand Up @@ -43,27 +43,25 @@
if(14)
new /obj/item/weapon/nullrod/claymore/darkblade(src)
if(15)
new /obj/item/weapon/nullrod/armblade(src)
if(16)
new /obj/item/weapon/guardiancreator(src)
if(17)
if(16)
new /obj/item/stack/sheet/runed_metal/fifty(src)
if(18)
if(17)
new /obj/item/device/warp_cube/red(src)
if(19)
if(18)
new /obj/item/device/wisp_lantern(src)
if(20)
if(19)
new /obj/item/device/immortality_talisman(src)
if(21)
if(20)
new /obj/item/weapon/gun/magic/hook(src)
if(22)
if(21)
new /obj/item/voodoo(src)
if(23)
if(22)
new /obj/item/weapon/grenade/clusterbuster/inferno(src)
if(24)
if(23)
new /obj/item/weapon/reagent_containers/food/drinks/bottle/holywater/hell(src)
new /obj/item/clothing/suit/space/hardsuit/ert/paranormal/inquisitor(src)
if(25)
if(24)
new /obj/item/weapon/spellbook/oneuse/smoke(src)


Expand Down

0 comments on commit 0860d3e

Please sign in to comment.