-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Pull Request Hakkında Singularity enginede sadece engine için yaptığım sistemi modular hale getirdim, yeni oda eklemek için map dosyasını ve datumu ayarlamanız yeterli. ## Oyun İçin Neden Gerekli Mapi direkt olarak editlemeden üstüne oda yazmamızı sağlıyor bu sayede conflict olmadan map üzerinde değişiklik yapabiliriyoruz. ## Changelog Oyuncuları ilgilendirmiyor.
- Loading branch information
Showing
10 changed files
with
87 additions
and
82 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/datum/map_template/modular_room | ||
var/room_id //The SSmapping random_room_template list is ordered by this var | ||
var/spawned //Whether this template (on the random_room template list) has been spawned | ||
var/station_name //Matches this template with that right station | ||
var/centerspawner = TRUE | ||
var/template_height = 0 | ||
var/template_width = 0 | ||
var/weight = 10 //weight a room has to appear | ||
var/list/coordinates = list() | ||
var/room_type = null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters