undoes unintended nerfs, but keeps intended ones

This commit is contained in:
atermonera
2022-04-04 23:06:41 -08:00
parent fd30a1a6f6
commit 9a1aed60c6
3 changed files with 4 additions and 0 deletions

View File

@@ -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()
. = ..() . = ..()

View File

@@ -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()
. = ..() . = ..()

View File

@@ -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()
. = ..() . = ..()