Skip to content

Commit

Permalink
Adds vault key to BDM's crusher loot / Removes strange crystals
Browse files Browse the repository at this point in the history
  • Loading branch information
MemeSnorfer committed Jan 30, 2024
1 parent ec18b03 commit ffa2bc1
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions _maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
/obj/structure/stone_tile/surrounding_tile/cracked{
dir = 5
},
/obj/item/strange_crystal{
pixel_y = -8;
pixel_x = -8
},
/turf/open/indestructible/cult,
/area/overmap_encounter/planetoid/cave/explored)
"dH" = (
Expand Down Expand Up @@ -181,10 +177,6 @@
/area/overmap_encounter/planetoid/lava/explored)
"fp" = (
/obj/structure/stone_tile/slab/burnt,
/obj/item/strange_crystal{
pixel_x = -8;
pixel_y = 5
},
/turf/open/indestructible/cult,
/area/overmap_encounter/planetoid/cave/explored)
"ft" = (
Expand Down Expand Up @@ -898,7 +890,8 @@
/area/overmap_encounter/planetoid/lava/explored)
"zb" = (
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner{
loot = list(/obj/item/melee/transforming/cleaving_saw,/obj/item/gun/energy/kinetic_accelerator,/obj/item/keycard/gatedrop/lavacanyon)
loot = list(/obj/item/melee/transforming/cleaving_saw,/obj/item/gun/energy/kinetic_accelerator,/obj/item/keycard/gatedrop/lavacanyon);
crusher_loot = list(/obj/item/melee/transforming/cleaving_saw,/obj/item/gun/energy/kinetic_accelerator,/obj/item/crusher_trophy/miner_eye,/obj/item/keycard/gatedrop/lavacanyon)
},
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/overmap_encounter/planetoid/cave/explored)
Expand Down Expand Up @@ -996,10 +989,6 @@
/obj/structure/stone_tile/surrounding_tile/cracked{
dir = 6
},
/obj/item/strange_crystal{
pixel_y = 4;
pixel_x = 4
},
/turf/open/indestructible/cult,
/area/overmap_encounter/planetoid/cave/explored)
"CY" = (
Expand Down Expand Up @@ -1772,13 +1761,6 @@
/obj/effect/mob_spawn/human/corpse/charredskeleton,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit,
/area/overmap_encounter/planetoid/lava/explored)
"XU" = (
/obj/item/strange_crystal{
pixel_x = -7;
pixel_y = -10
},
/turf/open/indestructible/cult,
/area/overmap_encounter/planetoid/cave/explored)
"Ya" = (
/obj/structure/stone_tile/block/burnt{
dir = 1
Expand Down Expand Up @@ -4629,7 +4611,7 @@ QE
Iz
La
Ts
XU
Fc
jY
QE
QE
Expand Down

0 comments on commit ffa2bc1

Please sign in to comment.