mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Tons of new Mafia-theme stuff
This commit is contained in:
@@ -261,4 +261,18 @@
|
||||
icon_state = "crown"
|
||||
item_state = "crown"
|
||||
desc = "A gliterring bananium crown with spessjewels in it. Swaggy."
|
||||
flags = FPRINT | TABLEPASS | BLOCKHAIR
|
||||
flags = FPRINT | TABLEPASS | BLOCKHAIR
|
||||
|
||||
|
||||
/obj/item/clothing/head/fedora
|
||||
name = "fedora"
|
||||
desc = "Someone wearing this definitely makes them cool"
|
||||
icon_state = "fedora"
|
||||
|
||||
/obj/item/clothing/head/fedora/whitefedora
|
||||
name = "white fedora"
|
||||
icon_state = "wfedora"
|
||||
|
||||
/obj/item/clothing/head/fedora/brownfedora
|
||||
name = "brown fedora"
|
||||
icon_state = "bfedora"
|
||||
@@ -266,6 +266,19 @@
|
||||
item_state = "neocoat"
|
||||
flags = FPRINT | TABLEPASS
|
||||
|
||||
/obj/item/clothing/suit/browntrenchcoat
|
||||
name = "brown trench coat"
|
||||
desc = "It makes you stand out. Just the opposite of why it's typically worn. Nice try trying to blend in while wearing it."
|
||||
icon_state = "brtrenchcoat"
|
||||
item_state = "brtrenchcoat"
|
||||
|
||||
/obj/item/clothing/suit/blacktrenchcoat
|
||||
name = "black trench coat"
|
||||
desc = "That shade of black just makes you look a bit more evil. Good for those mafia types."
|
||||
icon_state = "bltrenchcoat"
|
||||
item_state = "bltrenchcoat"
|
||||
|
||||
|
||||
//actual suits
|
||||
|
||||
/obj/item/clothing/suit/creamsuit
|
||||
|
||||
@@ -387,3 +387,45 @@
|
||||
item_state = "meido"
|
||||
_color = "meido"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
|
||||
/obj/item/clothing/under/flappers
|
||||
name = "flappers"
|
||||
desc = "Nothing like the roarin' '20s, flapping the night away on the dance floor."
|
||||
icon_state = "flapper"
|
||||
item_state = "flapper"
|
||||
_color = "flapper"
|
||||
|
||||
/obj/item/clothing/under/mafia
|
||||
name = "mafia outfit"
|
||||
desc = "The business of the mafia is business."
|
||||
icon_state = "mafia"
|
||||
item_state = "mafia"
|
||||
_color = "mafia"
|
||||
|
||||
/obj/item/clothing/under/mafia/vest
|
||||
name = "mafia vest"
|
||||
desc = "Extreme problems often require extreme solutions."
|
||||
icon_state = "mafiavest"
|
||||
item_state = "mafiavest"
|
||||
_color = "mafiavest"
|
||||
|
||||
/obj/item/clothing/under/mafia/white
|
||||
name = "white mafia outfit"
|
||||
desc = "The best defense against the treacherous is treachery."
|
||||
icon_state = "mafiawhite"
|
||||
item_state = "mafiawhite"
|
||||
_color = "mafiawhite"
|
||||
|
||||
/obj/item/clothing/under/mafia/sue
|
||||
name = "mafia vest"
|
||||
desc = "The business is born into."
|
||||
icon_state = "suevest"
|
||||
item_state = "suevest"
|
||||
_color = "suevest"
|
||||
|
||||
/obj/item/clothing/under/mafia/tan
|
||||
name = "leather mafia outfit"
|
||||
desc = "The big drum sounds good only from a distance."
|
||||
icon_state = "mafiatan"
|
||||
item_state = "mafiatan"
|
||||
_color = "mafiatan"
|
||||
@@ -334,4 +334,15 @@
|
||||
/obj/item/clothing/tie/storage/knifeharness/New()
|
||||
..()
|
||||
new /obj/item/weapon/hatchet/unathiknife(hold)
|
||||
new /obj/item/weapon/hatchet/unathiknife(hold)
|
||||
new /obj/item/weapon/hatchet/unathiknife(hold)
|
||||
|
||||
|
||||
/////////////////
|
||||
//Miscellaneous//
|
||||
/////////////////
|
||||
|
||||
/obj/item/clothing/tie/accessory/gunholster
|
||||
name = "gun holster"
|
||||
desc = "When you just HAVE to show off your guns"
|
||||
icon_state = "gunhulster"
|
||||
_color = "gunhulster"
|
||||
Reference in New Issue
Block a user