forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## About The Pull Request Добавляет хамптеров в лоадаут ## Why It's Good For The Game Смешные хомяки в игре и не будут абузиться ## Изображения изменений ![image](https://github.com/user-attachments/assets/ce492cbd-d332-4c9d-9eba-fe70e1f43a60) ## Changelog :cl: add: Хамтеры теперь в лоадауте /:cl:
- Loading branch information
1 parent
1a4e095
commit 0b09795
Showing
4 changed files
with
39 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/datum/modpack/loadout | ||
name = "Loadout" | ||
desc = "Изменения в loadout." | ||
author = "larentoun" | ||
desc = "Добавляет новые вещи в loadout и изменяет уже существующие." | ||
author = "larentoun, Chorden" |
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,35 @@ | ||
/datum/loadout_item/pocket_items/plush/hampter_ass | ||
name = "Хамптер ассистент" | ||
item_path = /obj/item/toy/plush/hampter/assistant | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_cap | ||
name = "Хамптер капитан" | ||
item_path = /obj/item/toy/plush/hampter/captain | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_ded | ||
name = "Хамптер Дедсквада" | ||
item_path = /obj/item/toy/plush/hampter/deadsquad | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_ert | ||
name = "Хамптер ОБР" | ||
item_path = /obj/item/toy/plush/hampter/ert | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_jan | ||
name = "Хамптер уборщик" | ||
item_path = /obj/item/toy/plush/hampter/janitor | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_med | ||
name = "Хамптер врач" | ||
item_path = /obj/item/toy/plush/hampter/medical | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_cap_old | ||
name = "Хамптер старый капитан" | ||
item_path = /obj/item/toy/plush/hampter/old_captain | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_sdy | ||
name = "Хамптер синдиката" | ||
item_path = /obj/item/toy/plush/hampter/syndicate | ||
|
||
/datum/loadout_item/pocket_items/plush/hampter_sec | ||
name = "Хамптер офицер" | ||
item_path = /obj/item/toy/plush/hampter/security |
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