mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Increase w_class of most hooded suits by 1 (#28075)
* increasing w_class of suits * oops, remove repeating
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
/obj/item/fluff
|
||||
var/used = FALSE
|
||||
|
||||
/obj/item/clothing/suit/hooded/hoodie/fluff
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
/obj/item/clothing/suit/hooded/fluff
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
/// Generic tattoo gun, make subtypes for different folks
|
||||
/obj/item/fluff/tattoo_gun
|
||||
name = "disposable tattoo pen"
|
||||
@@ -152,7 +158,6 @@
|
||||
flags = CONDUCT
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
throwforce = 5
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
attack_verb = list("attacked", "slashed", "stabbed", "sliced")
|
||||
hitsound = 'sound/weapons/bladeslice.ogg'
|
||||
|
||||
@@ -944,14 +949,14 @@
|
||||
icon_state = "greenhood"
|
||||
|
||||
/// Hylocereus: Sam Aria
|
||||
/obj/item/clothing/suit/hooded/hoodie/hylo
|
||||
/obj/item/clothing/suit/hooded/hoodie/fluff/hylo
|
||||
name = "worn assymetrical hoodie"
|
||||
desc = "A soft, cozy longline hoodie. It looks old and worn, but well cared for. There's no label, but a series of dates and names is penned on a scrap of fabric sewn on the inside of the left side of the chest - 'Sam Aria' is scrawled atop them all, next to the words 'Please Remember'."
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
icon_state = "sam_hoodie"
|
||||
hoodtype = /obj/item/clothing/head/hooded/hood/hylo
|
||||
hoodtype = /obj/item/clothing/head/hooded/hood/fluff/hylo
|
||||
|
||||
/obj/item/clothing/head/hooded/hood/hylo
|
||||
/obj/item/clothing/head/hooded/hood/fluff/hylo
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
icon_state = "sam_hood"
|
||||
|
||||
@@ -1075,8 +1080,6 @@
|
||||
if(target.change_hair("Sasook Hair", 1))
|
||||
to_chat(target, "<span class='notice'>You dump some of [src] on your head and style it around.</span>")
|
||||
|
||||
|
||||
|
||||
/// MrSynnester : Shesi Skaklas
|
||||
/obj/item/clothing/suit/hooded/wintercoat/fluff/shesi
|
||||
name = "custom made winter coat"
|
||||
@@ -1358,7 +1361,6 @@
|
||||
flags = BLOCKHAIR
|
||||
flags_inv = HIDEFACE
|
||||
|
||||
|
||||
/obj/item/clothing/shoes/fluff/arachno_boots
|
||||
name = "Arachno-Man boots"
|
||||
desc = "These boots were made for crawlin'."
|
||||
@@ -1366,7 +1368,6 @@
|
||||
icon_state = "superior_boots"
|
||||
item_state = "superior_boots"
|
||||
|
||||
|
||||
/// chronx100: Hughe O'Splash
|
||||
/obj/item/nullrod/fluff/chronx
|
||||
fluff_transformations = list(/obj/item/nullrod/fluff/chronx/scythe)
|
||||
@@ -1547,7 +1548,6 @@
|
||||
if(target.change_hair("Zekes Tentacles", 1))
|
||||
to_chat(target, "<span class='notice'>You take time to admire yourself in [src], brushing your tendrils down and revealing their true length.</span>")
|
||||
|
||||
|
||||
/// Fethas: Sefra'neem
|
||||
/obj/item/clothing/accessory/locket/fluff/fethasnecklace
|
||||
name = "Orange gemmed locket"
|
||||
@@ -1569,7 +1569,6 @@
|
||||
item_state = "sheetcosmos"
|
||||
item_color = "sheetcosmos"
|
||||
|
||||
|
||||
/// Lightfire: Hyperion
|
||||
/obj/item/clothing/head/fluff/lfbowler
|
||||
name = "classy bowler hat"
|
||||
@@ -1589,7 +1588,6 @@
|
||||
item_color = "victorianlightfire"
|
||||
displays_id = FALSE
|
||||
|
||||
|
||||
/// LightFire53: Ikelos
|
||||
/obj/item/fluff/lighty_plasman_modkit
|
||||
name = "plasmaman suit modkit"
|
||||
@@ -1765,8 +1763,6 @@
|
||||
item_color = "kiamask"
|
||||
species_restricted = list("Vox")
|
||||
|
||||
|
||||
|
||||
/obj/item/clothing/gloves/ring/fluff
|
||||
name = "fluff ring"
|
||||
desc = "Someone forgot to set this fluff item's description, notify a coder!"
|
||||
@@ -1780,15 +1776,12 @@
|
||||
/obj/item/clothing/gloves/ring/fluff/attackby__legacy__attackchain(obj/item/I as obj, mob/user as mob, params)
|
||||
return
|
||||
|
||||
|
||||
|
||||
/// Benjaminfallout: Pretzel Brassheart
|
||||
/obj/item/clothing/gloves/ring/fluff/benjaminfallout
|
||||
name = "Pretzel's Ring"
|
||||
desc = "A small platinum ring with a large light blue diamond. Engraved inside the band are the words: 'To my lovely Pristine Princess. Forever yours, Savinien.'"
|
||||
icon_state = "benjaminfallout_ring"
|
||||
|
||||
|
||||
/// Gangelwaefre: Kikeri
|
||||
/obj/item/clothing/under/fluff/kikeridress
|
||||
name = "Kikeri's Dress"
|
||||
|
||||
Reference in New Issue
Block a user