Skip to content

Commit

Permalink
Merge pull request #352 from Mafiosy/turret_v2
Browse files Browse the repository at this point in the history
кастомки
  • Loading branch information
polerno committed Nov 13, 2023
2 parents 7ae1c03 + 2844a47 commit 4613f50
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions customs/code/krabinator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
icon = 'customs/icons/obj/custom_items_obj.dmi'
icon_state = "coffeecup_krabdiona"
volume = 40


/obj/item/clothing/under/krabinator
name = "maid uniform"
desc = "Nice uniform sis."
icon_state = "janimaid_alt"
icon = 'customs/icons/obj/custom_items_obj.dmi'
item_icons = list(slot_head_str = 'customs/icons/mob/custom_items_mob.dmi')
5 changes: 5 additions & 0 deletions customs/config/foler-beret.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ckey": "Foler",
"character_name": "Walter Enderly",
"item_path": "/obj/item/clothing/head/foler"
}
5 changes: 5 additions & 0 deletions customs/config/krabinator-maid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ckey": "Krabinator3000",
"character_name": "Wind Over The Void",
"item_path": "/obj/item/clothing/under/krabinator"
}
Binary file modified customs/icons/mob/custom_items_mob.dmi
Binary file not shown.
Binary file modified customs/icons/obj/custom_items_obj.dmi
Binary file not shown.

0 comments on commit 4613f50

Please sign in to comment.