Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

volkan's secret outpost is now a space ruin! Version 1. #7

Merged
merged 7 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions PentestModules/code/maps/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
Loading