From 28daa366f468591e87c02a5a4f0687553a77c86e Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 9 Oct 2016 21:55:32 -0400 Subject: [PATCH] Totally a typo fix and not a way to get around travis --- code/modules/clothing/spacesuits/void/void_vr.dm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code/modules/clothing/spacesuits/void/void_vr.dm b/code/modules/clothing/spacesuits/void/void_vr.dm index a7675f748ac..6133568d8a2 100644 --- a/code/modules/clothing/spacesuits/void/void_vr.dm +++ b/code/modules/clothing/spacesuits/void/void_vr.dm @@ -78,7 +78,7 @@ /obj/item/clothing/suit/space/void/merc/taur name = "taur specific blood-red voidsuit" - desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker,it states that it only fits horses, wolves, and naga taurs." + desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker, it states that it only fits horses, wolves, and naga taurs." species_restricted = null //Species restricted since all it cares about is a taur half mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse)) @@ -102,7 +102,7 @@ /obj/item/clothing/suit/space/void/medical/taur name = "taur specific medical voidsuit" - desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker,it states that it only fits horses, wolves, and naga taurs." + desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker, it states that it only fits horses, wolves, and naga taurs." species_restricted = null mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse)) @@ -130,7 +130,7 @@ /obj/item/clothing/suit/space/void/engineering/taur name = "taur specific engineering voidsuit" - desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker,it states that it only fits horses, wolves, and naga taurs." + desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker, it states that it only fits horses, wolves, and naga taurs." species_restricted = null mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse)) @@ -158,7 +158,7 @@ /obj/item/clothing/suit/space/void/security/taur name = "taur specific security voidsuit" - desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker,it states that it only fits horses, wolves, and naga taurs." + desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker, it states that it only fits horses, wolves, and naga taurs." species_restricted = null mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse)) @@ -188,7 +188,7 @@ /obj/item/clothing/suit/space/void/atmos/taur name = "taur specific atmospherics voidsuit" - desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker,it states that it only fits horses, wolves, and naga taurs." + desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker, it states that it only fits horses, wolves, and naga taurs." species_restricted = null mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse)) @@ -218,7 +218,7 @@ /obj/item/clothing/suit/space/void/mining/taur name = "taur specific mining voidsuit" - desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker,it states that it only fits horses, wolves, and naga taurs." + desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker, it states that it only fits horses, wolves, and naga taurs." species_restricted = null mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse)) @@ -249,7 +249,7 @@ /obj/item/clothing/suit/space/void/merc/taur name = "taur specific blood-red voidsuit" - desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker,it states that it only fits horses, wolves, and naga taurs." + desc = "A high-tech space suit. It says has a sticker saying one size fits all taurs on it. Below the sticker, it states that it only fits horses, wolves, and naga taurs." species_restricted = null mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse)) @@ -275,4 +275,4 @@ return 1 else H << "You need to have a horse, wolf, or naga half to wear this." - return 0 \ No newline at end of file + return 0