forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 35
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
6 changed files
with
34 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,4 @@ | ||
/datum/modpack/richard_mask | ||
name = "Маска Петуха" | ||
desc = "Модпак добавляет вещи из серии игр Hotline Miami. " | ||
author = "Glamyr" |
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,13 @@ | ||
#include "_richard_mask.dm" | ||
|
||
#include "code/richard_mask.dm" | ||
#include "_richard_mask.dm" | ||
#include "code\richard_mask.dm" | ||
#include "_richard_mask.dm" | ||
#include "code\richard_mask.dm" | ||
#include "_richard_mask.dm" | ||
#include "code\richard_mask.dm" | ||
#define FILE_DIR . | ||
#include "_richard_mask.dm" | ||
#include "code\crayon_50_blessings.dm" | ||
#include "code\richard_mask.dm" |
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,16 @@ | ||
/obj/item/clothing/mask/richard | ||
w_class = WEIGHT_CLASS_SMALL | ||
flags_cover = MASKCOVERSMOUTH | ||
|
||
/obj/item/clothing/mask/richard | ||
name = "Маска Петуха" | ||
desc = "Прямо из Горячей линии космо-Майами, Со встроенными фразами." | ||
icon = 'modular_bandastation/richard_mask/icons/obj/clothing/mask/richard_mask.dmi' | ||
worn_icon = 'modular_bandastation/richard_mask/icons/mob/clothing/mask/richard_mask.dmi' | ||
icon_state = "richard" | ||
inhand_icon_state = null | ||
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR|HIDESNOUT | ||
|
||
/obj/item/clothing/mask/richard/Initialize(mapload) | ||
. = ..() | ||
AddComponent(/datum/component/speechmod, end_string = list(". Тебе нравится причинять боль людям?",". Вы вернулись, да?",". Что, бля, за неуважение?", ". Кто я?"), end_string_chance = 5, slots = ITEM_SLOT_MASK) |
Binary file added
BIN
+546 Bytes
modular_bandastation/richard_mask/icons/mob/clothing/mask/richard_mask.dmi
Binary file not shown.
Binary file added
BIN
+366 Bytes
modular_bandastation/richard_mask/icons/obj/clothing/mask/richard_mask.dmi
Binary file not shown.