Skip to content

Commit

Permalink
Merge pull request #107 from Constellado/disable-outpose
Browse files Browse the repository at this point in the history
Disables V_Outpost
  • Loading branch information
Ossa88 authored Jan 8, 2025
2 parents e43e004 + 3ee14b4 commit 9ef8806
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions modular_pentest/_maps/ruins_space/_modular_space.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@

/// Maps that do not exist on shiptest code //

/datum/map_template/ruin/pentest/space/v_outpost
cost = 200 //very rare spawn but possible.
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."
//V_Outpost disabled till rework.
// /datum/map_template/ruin/pentest/space/v_outpost
// cost = 200 //very rare spawn but possible.
// 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."

/datum/map_template/ruin/pentest/space/syndicircle
id = "provinggrounds"
Expand Down

0 comments on commit 9ef8806

Please sign in to comment.