Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
56902e4
.
pilygun Feb 1, 2026
7fbc3b5
fix /
pilygun Feb 3, 2026
0a4eb02
вернул инглиш name
pilygun Feb 3, 2026
49cb66b
.
pilygun Feb 3, 2026
86f7ea0
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
bdf4284
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
cf9bae5
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
b975caa
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
d5b6586
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
61e4803
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
50cbdbf
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
9ffa81b
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
4c4f738
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
e5bfb00
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
6afcb1b
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
955cf92
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
9cec8af
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
41d9f4e
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
63bb07e
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
571813b
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
88e344c
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
c702ff1
Update code/modules/clothing/under/accessories/accessory.dm
pilygun Feb 4, 2026
f155dcc
фиксы
pilygun Feb 6, 2026
1af5a53
-гендр
pilygun Feb 6, 2026
0bfe919
фикс гендоров
pilygun Feb 6, 2026
1d97ffe
Update accessory.dm
AurothWyvern Feb 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions code/datums/actions/item_action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
/datum/action/item_action/set_internals
name = "Переключить баллон"

/datum/action/item_action/sving_medal
name = "Щегольнуть медалью"

/datum/action/item_action/set_internals/is_action_active(atom/movable/screen/movable/action_button/current_button)
if(iscarbon(owner))
var/mob/living/carbon/carbon_owner = owner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
new /obj/item/storage/garmentbag/quartermaster(src)
new /obj/item/gun/energy/gun/mini(src)
new /obj/item/clothing/accessory/holster(src)
new /obj/item/clothing/accessory/medal/gold/cargo(src)
Loading
Loading