Skip to content

Commit

Permalink
I attempt to make a space ruin map but fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellado committed Jun 14, 2024
1 parent 189f952 commit 6531065
Show file tree
Hide file tree
Showing 4 changed files with 14,862 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PentestModules/code/mob/ruins.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/datum/map_template/ruin/pentest
prefix = "PentestModules/maps/"
cost = 10
allow_duplicates = FALSE

//Made a ruin or something? put it here!
/datum/map_template/ruin/pentest/v_outpost
ruin_type = RUINTYPE_SPACE
id = "v_outpost"
suffix = "v_outpost.dmm"
name = "V's Outpost"
description = "A particular person's space outpost in the middle of nowhere. This place is used to build and prototype things."

Loading

0 comments on commit 6531065

Please sign in to comment.