Hive capitalisation fix (#15696)

This commit is contained in:
connorjg1
2023-02-07 13:10:51 +01:00
committed by GitHub
parent f637457723
commit dad7b445f9
15 changed files with 81 additions and 39 deletions
@@ -81,7 +81,7 @@
/obj/item/device/encryptionkey/hivenet
name = "hivenet encryption chip"
desc = "It appears to be a Vaurca hivenet encryption chip, for localized broadcasts."
desc = "It appears to be a Vaurca Hivenet encryption chip, for localized broadcasts."
translate_hivenet = TRUE
icon = 'icons/obj/stock_parts.dmi'
icon_state = "neuralchip"
@@ -305,7 +305,7 @@
icon = 'icons/obj/vaurca_items.dmi'
icon_state = "commando"
item_state = "commando"
desc = "A design perfected by the Zo'ra, this armor is commonly used by frontline warriors of a hive. Ablative design deflects lasers away from the body while providing moderate physical protection."
desc = "A design perfected by the Zo'ra, this armor is commonly used by frontline warriors of a Hive. Ablative design deflects lasers away from the body while providing moderate physical protection."
species_restricted = list(BODYTYPE_VAURCA)
armor = list(
@@ -318,7 +318,7 @@
)
/obj/item/clothing/head/helmet/space/void/commando
name = "commando helmet"
desc = "A design perfected by the Zo'ra, this helmet is commonly used by frontline warriors of a hive. Ablative design deflects lasers away from the body while providing moderate physical protection."
desc = "A design perfected by the Zo'ra, this helmet is commonly used by frontline warriors of a Hive. Ablative design deflects lasers away from the body while providing moderate physical protection."
contained_sprite = 1
icon = 'icons/obj/vaurca_items.dmi'
icon_state = "helm_commando"