forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
526 additions
and
0 deletions.
There are no files selected for viewing
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,82 @@ | ||
/turf/simulated/floor/holofloor/carpet | ||
name = "коричневый ковёр" | ||
|
||
/turf/simulated/floor/holofloor/concrete | ||
name = "коричневый ковёр" | ||
|
||
/turf/simulated/floor/holofloor/concrete | ||
name = "пол" | ||
|
||
/turf/simulated/floor/holofloor/tiled | ||
name = "пол" | ||
|
||
/turf/simulated/floor/holofloor/tiled/dark | ||
name = "тёмный пол" | ||
|
||
/turf/simulated/floor/holofloor/tiled/stone | ||
name = "каменный пол" | ||
|
||
/turf/simulated/floor/holofloor/lino | ||
name = "линолиум" | ||
|
||
/turf/simulated/floor/holofloor/wood | ||
name = "деревянный пол" | ||
|
||
/turf/simulated/floor/holofloor/grass | ||
name = "пышная трава" | ||
|
||
/turf/simulated/floor/holofloor/snow | ||
name = "снег" | ||
|
||
/turf/simulated/floor/holofloor/space | ||
name = "космос" | ||
|
||
/turf/simulated/floor/holofloor/reinforced | ||
name = "усиленный голопол" | ||
|
||
/turf/simulated/floor/holofloor/beach | ||
desc = "Неудобно зернистый для голограммы." | ||
|
||
/turf/simulated/floor/holofloor/beach/sand | ||
name = "песок" | ||
|
||
/turf/simulated/floor/holofloor/beach/coastline | ||
name = "береговая линия" | ||
|
||
/turf/simulated/floor/holofloor/beach/water | ||
name = "вода" | ||
|
||
/turf/simulated/floor/holofloor/desert | ||
name = "песок пустыни" | ||
|
||
/obj/structure/holostool | ||
name = "табурет" | ||
desc = "падай жопой." | ||
|
||
/obj/item/clothing/gloves/boxing/hologlove | ||
name = "боксерские перчатки" | ||
desc = "Потому что вам очень нужен был еще один повод, чтобы ударить своих товарищей по экипажу." | ||
|
||
/obj/item/holo/esword | ||
name = "голомеч" | ||
desc = "Да пребудет в вас сила. Вроде того." | ||
|
||
/obj/item/beach_ball/holoball | ||
name = "баскетбольный мяч" | ||
desc = "Вот твой шанс, станцуй свой танец в Space Jam." | ||
|
||
/obj/structure/holohoop | ||
name = "баскетбольный обруч" | ||
desc = "Бум, Шакалака!" | ||
|
||
/obj/item/beach_ball/holovolleyball | ||
name = "волейбольный мяч" | ||
desc = "Ты можешь быть моим ведомым в любое время." | ||
|
||
/obj/structure/holonet | ||
name = "сеть" | ||
desc = "Фигня, ты можешь быть моим!" | ||
|
||
/obj/machinery/readybutton | ||
name = "устройство для декларирования готовности" | ||
desc = "Это устройство используется для объявления готовности. Если все устройства в зоне готовы, то событие начнется!" |
Oops, something went wrong.