Fix indentations (#17481)

* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
This commit is contained in:
Fluffy
2023-10-05 10:15:58 +00:00
committed by GitHub
parent 032853824d
commit 4538e2a7cc
471 changed files with 2670 additions and 2597 deletions
+3 -3
View File
@@ -70,7 +70,7 @@
build_from_parts = TRUE
worn_overlay = "over"
slot_flags = SLOT_EARS | SLOT_TWOEARS
slot = ACCESSORY_SLOT_HEAD
slot = ACCESSORY_SLOT_HEAD
/obj/item/clothing/accessory/ear_warmers/attack_hand(mob/user)
if(ishuman(user))
@@ -83,9 +83,9 @@
qdel(OE)
..()
/obj/item/clothing/accessory/ear_warmers/update_clothing_icon()
if (ismob(src.loc))
var/mob/M = src.loc
M.update_inv_l_ear()
M.update_inv_r_ear()
M.update_inv_r_ear()
+15 -15
View File
@@ -1,24 +1,24 @@
/obj/item/clothing/ears/bulwark
name = "bulwark horn wear"
desc = "Some stuff worn by Bulwarks to adorn their horns."
icon = 'icons/obj/vaurca_items.dmi'
sprite_sheets = list(
name = "bulwark horn wear"
desc = "Some stuff worn by Bulwarks to adorn their horns."
icon = 'icons/obj/vaurca_items.dmi'
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/horns.dmi'
)
w_class = ITEMSIZE_TINY
slot_flags = SLOT_HEAD | SLOT_EARS
species_restricted = list(BODYTYPE_VAURCA_BULWARK)
w_class = ITEMSIZE_TINY
slot_flags = SLOT_HEAD | SLOT_EARS
species_restricted = list(BODYTYPE_VAURCA_BULWARK)
/obj/item/clothing/ears/bulwark/get_ear_examine_text(var/mob/user, var/ear_text = "left")
return "around [user.get_pronoun("his")] horns"
return "around [user.get_pronoun("his")] horns"
/obj/item/clothing/ears/bulwark/get_head_examine_text(var/mob/user)
return "around [user.get_pronoun("his")] horns"
return "around [user.get_pronoun("his")] horns"
/obj/item/clothing/ears/bulwark/rings
name = "bulwark horn rings"
desc = "Rings worn by Bulwarks to decorate their horns."
icon_state = "horn_rings"
item_state = "horn_rings"
drop_sound = 'sound/items/drop/accessory.ogg'
pickup_sound = 'sound/items/pickup/accessory.ogg'
name = "bulwark horn rings"
desc = "Rings worn by Bulwarks to decorate their horns."
icon_state = "horn_rings"
item_state = "horn_rings"
drop_sound = 'sound/items/drop/accessory.ogg'
pickup_sound = 'sound/items/pickup/accessory.ogg'