Skip to content

Commit

Permalink
More slots (#271)
Browse files Browse the repository at this point in the history
## About The Pull Request

+2 слота для феленидов

## Why It's Good For The Game

![image](https://github.com/ss220club/Bandastation/assets/33863785/a61bf9c6-3122-4ea5-84a0-45d415161546)

## Changelog
:cl:
add: Пять слотов вместо трех
/:cl:
  • Loading branch information
HardexZ committed Jun 1, 2024
1 parent 6237073 commit 187c484
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions modular_bandastation/modular_bandastation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
#include "tts/_tts.dme"
#include "whitelist220/_whitelist220.dme"
#include "world_topics/_world_topics.dme"
#include "preferences/_preferences.dme"
4 changes: 4 additions & 0 deletions modular_bandastation/preferences/_preferences.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/modpack/preferences
name = "Преференс220"
desc = "Изменяет preferences.dm под нужды проекта."
author = "hardexz"
4 changes: 4 additions & 0 deletions modular_bandastation/preferences/_preferences.dme
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "_preferences.dm"

#include "code\preferences.dm"

3 changes: 3 additions & 0 deletions modular_bandastation/preferences/code/preferences.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/datum/preferences
max_save_slots = 5

0 comments on commit 187c484

Please sign in to comment.