Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Dec 21, 2024
1 parent af8f2f9 commit e5e01a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ModularTegustation/tegu_items/backstreets/templates.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
name = "Large Template"
room_id = "template_large"
mappath = "_maps/RandomRooms/backstreetlayout/dungeon_backstreets.dmm"
weight = 40

/datum/map_template/random_room/backstreet_template/tunnels
name = "Tunnels Template"
Expand All @@ -32,8 +33,10 @@
name = "Abandoned L-Corp Template"
room_id = "abandoned_lcorp"
mappath = "_maps/RandomRooms/backstreetlayout/lcorp_backstreets.dmm"
weight = 40

/datum/map_template/random_room/backstreet_template/la_mancha_land
name = "La Mancha Land Template"
room_id = "la_mancha_land_backstreets"
mappath = "_maps/RandomRooms/backstreetlayout/ruinned_la_mancha_land.dmm"
weight = 40

0 comments on commit e5e01a6

Please sign in to comment.