Skip to content

Commit

Permalink
Hampters now in loadout (#454)
Browse files Browse the repository at this point in the history
## 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
Chorden523 authored Jul 24, 2024
1 parent 1a4e095 commit 0b09795
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modular_bandastation/loadout/_loadout.dm
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"
1 change: 1 addition & 0 deletions modular_bandastation/loadout/_loadout.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
#include "code/loadout_items.dm"
#include "code/loadout_preference.dm"
#include "code/categories/accessories.dm"
#include "code/categories/pocket.dm"
35 changes: 35 additions & 0 deletions modular_bandastation/loadout/code/categories/pocket.dm
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
2 changes: 1 addition & 1 deletion modular_bandastation/objects/code/hampters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

/obj/item/toy/plush/hampter/old_captain
name = "хамптер старый капитан"
desc = "ПЛюшевый хамптер капитан в старой униформе. Это какой год?"
desc = "Плюшевый хамптер капитан в старой униформе. Это какой год?"
icon_state = "hampter_old-cap"
inhand_icon_state = "hampter_old-cap"
worn_icon_state = "hampter_old-cap"
Expand Down

0 comments on commit 0b09795

Please sign in to comment.