Skip to content

Commit

Permalink
Update space_ruins.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoivecen199015 authored Aug 3, 2024
1 parent ba541c0 commit ff531d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_ss220/maps220/code/RandomRuins/space/space_ruins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,12 @@
cost = 10
allow_duplicates = FALSE

/datum/map_template/ruin/space/Old_station_new
name = "Old abandoned station"
id = "OldStatiom"
description = "Old station in deep space"
prefix = "_maps/map_files220/RandomRuins/SpaceRuins/"
suffix = "Old_station_new.dmm"
cost = 0
allow_duplicates = FALSE

0 comments on commit ff531d1

Please sign in to comment.