Skip to content

Commit

Permalink
Респрайтим хонк пушку, добавляет секьюрити хонк пушку
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Dec 9, 2023
1 parent b18ab05 commit c654cc2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modular_ss220/jobs/code/donor/job/5_tier_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
mask = /obj/item/clothing/mask/gas/clown_hat
gloves = /obj/item/clothing/gloves/color/red
l_pocket = /obj/item/bikehorn
suit_store = /obj/item/gun/energy/clown
suit_store = /obj/item/gun/energy/clown/security
l_ear = /obj/item/radio/headset/headset_service
r_ear = /obj/item/radio/headset/headset_sec/alt
glasses = /obj/item/clothing/glasses/hud/security/sunglasses
Expand Down Expand Up @@ -148,6 +148,7 @@
if("Клоун-Смотритель")
suit = /obj/item/clothing/suit/armor/vest/warden
head = /obj/item/clothing/head/officer
suit_store = /obj/item/gun/energy/clown/security/warden
if("Клоун-Кадет")
head = /obj/item/clothing/head/soft/sec

Expand Down
18 changes: 18 additions & 0 deletions modular_ss220/jobs/code/objects/job_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,21 @@

/obj/item/storage/box/legal_loot/amount_50
loot_amount = 50

// HONK Rifle //
/obj/item/gun/energy/clown
icon_state = "honkrifle"
item_state = "honkrifle"
icon = 'modular_ss220/jobs/icons/custom_gun/custom_guns.dmi'
lefthand_file = 'modular_ss220/jobs/icons/custom_gun/mob/custom_guns_lefthand.dmi'
righthand_file = 'modular_ss220/jobs/icons/custom_gun/mob/custom_guns_righthand.dmi'

/obj/item/gun/energy/clown/security
name = "ХОНК-ружье офицера"
desc = "Личное оружие клоуна офицера. Смертоносное для ментального состояния каждого на ком было применено. Запрещено конвенкцией НТ 12 раз. Разрешено конвенкцией советов клоунов 13 раз. На рукояти выгривирован \"HONK\" и нацарапаны пару зачернутых черточек."
icon_state = "honkrifle_security"
item_state = "honkrifle_security"

/obj/item/gun/energy/clown/security/warden
name = "Личное ХОНК-ружье смотрителя"
desc = "Личное смертоносное оружие клоуна-смотрителя, выданное за заслуги перед НТ и \[ДАННЫЕ ХОНКНУТЫ\]. Ходят слухи что это один из первых экземпляров произведенных во время войны мимов и клоунов на родной планете клоунов."
Binary file added modular_ss220/jobs/icons/custom_gun/custom_guns.dmi
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c654cc2

Please sign in to comment.