mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 15:12:57 +00:00
undoes unintended nerfs, but keeps intended ones
This commit is contained in:
@@ -515,6 +515,7 @@
|
|||||||
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|BLOCKHAIR
|
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|BLOCKHAIR
|
||||||
drop_sound = 'sound/items/drop/helm.ogg'
|
drop_sound = 'sound/items/drop/helm.ogg'
|
||||||
pickup_sound = 'sound/items/pickup/helm.ogg'
|
pickup_sound = 'sound/items/pickup/helm.ogg'
|
||||||
|
w_class = ITEMSIZE_NORMAL
|
||||||
|
|
||||||
/obj/item/clothing/head/ranger/Initialize()
|
/obj/item/clothing/head/ranger/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
@@ -181,6 +181,8 @@
|
|||||||
These ones are just a well-made pair of boots in appropriate colours."
|
These ones are just a well-made pair of boots in appropriate colours."
|
||||||
icon = 'icons/obj/clothing/ranger.dmi'
|
icon = 'icons/obj/clothing/ranger.dmi'
|
||||||
icon_state = "ranger_boots"
|
icon_state = "ranger_boots"
|
||||||
|
step_volume_mod = 1.2
|
||||||
|
drop_sound = 'sound/items/drop/boots.ogg'
|
||||||
|
|
||||||
/obj/item/clothing/shoes/ranger/Initialize()
|
/obj/item/clothing/shoes/ranger/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
@@ -1282,6 +1282,7 @@ Uniforms and such
|
|||||||
This costume is instead made from genuine cotton fibre and is based on the season three uniform."
|
This costume is instead made from genuine cotton fibre and is based on the season three uniform."
|
||||||
icon = 'icons/obj/clothing/ranger.dmi'
|
icon = 'icons/obj/clothing/ranger.dmi'
|
||||||
icon_state = "ranger_uniform"
|
icon_state = "ranger_uniform"
|
||||||
|
rolled_sleeves = FALSE
|
||||||
|
|
||||||
/obj/item/clothing/under/ranger/Initialize()
|
/obj/item/clothing/under/ranger/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user