mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user