Merge pull request #1264 from Erthilo/master

Meteor fixes + Engineer spacesuit fixes + missing custom item
This commit is contained in:
SkyMarshal
2012-06-07 16:31:42 -07:00
3 changed files with 17 additions and 16 deletions

View File

@@ -36,25 +36,25 @@
do
switch(pick(1,2,3,4))
if(1) //NORTH
starty = world.maxy-3
startx = rand(1, world.maxx-1)
endy = 1
endx = rand(1, world.maxx-1)
starty = world.maxy-15
startx = rand(15, world.maxx-15)
endy = 15
endx = rand(15, world.maxx-15)
if(2) //EAST
starty = rand(1,world.maxy-1)
startx = world.maxx-3
endy = rand(1, world.maxy-1)
endx = 1
starty = rand(15,world.maxy-15)
startx = world.maxx-15
endy = rand(15, world.maxy-15)
endx = 15
if(3) //SOUTH
starty = 3
startx = rand(1, world.maxx-1)
endy = world.maxy-1
endx = rand(1, world.maxx-1)
starty = 15
startx = rand(15, world.maxx-15)
endy = world.maxy-15
endx = rand(15, world.maxx-15)
if(4) //WEST
starty = rand(1, world.maxy-1)
startx = 3
endy = rand(1,world.maxy-1)
endx = world.maxx-1
starty = rand(15, world.maxy-15)
startx = 15
endy = rand(15,world.maxy-15)
endx = world.maxx-15
pickedstart = locate(startx, starty, 1)
pickedgoal = locate(endx, endy, 1)

View File

@@ -1,5 +1,6 @@
asanadas: Book Berner: /obj/item/clothing/under/chameleon/psyche, /obj/item/clothing/glasses/meson/fluff/book_berner_1
atomicdog92: Seth Sealis: /obj/item/clothing/suit/storage/det_suit/fluff/leatherjack
botanistpower: Walter Brooks: /obj/item/clothing/gloves/fluff/walter_brooks_1
chinsky: Victor Kaminski: /obj/item/fluff/victor_kaminsky_1
chinsky: Summer Springfield: /obj/item/weapon/camera_test/fluff/orange
compactninja: Ysyr Rylias: /obj/item/weapon/reagent_containers/food/drinks/dry_ramen, /obj/item/weapon/reagent_containers/food/drinks/dry_ramen, /obj/item/weapon/reagent_containers/food/drinks/dry_ramen, /obj/item/weapon/reagent_containers/food/drinks/dry_ramen

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB