Skip to content

Commit

Permalink
fixes crusher loot for icemoon ruin dragon not dropping a key
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeguyManperson committed Jan 20, 2024
1 parent 736c57a commit 4a8b5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
"iT" = (
/obj/structure/stone_tile/slab,
/mob/living/simple_animal/hostile/megafauna/dragon/icemoon{
loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair)
loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair);
crusher_loot = list(/obj/structure/closet/crate/necropolis/dragon/crusher,/obj/item/keycard/gatedrop/drakelair)
},
/turf/open/indestructible/boss,
/area/ruin)
Expand Down

0 comments on commit 4a8b5ce

Please sign in to comment.