From 8ad25400eac6958344293e51c66430210878ae7a Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Sun, 11 Nov 2018 19:13:53 +0000 Subject: [PATCH] Fixes description text errors in booger cocktail and in feral cat grenade Slightly changed text of booger cocktail's description to stop it creating a hyperlink in the chat window that went nowhere. Updated feral cat grenades stating they spawned 8 cats in the uplink and item description when they actually spawn 5. --- code/datums/uplink_item.dm | 2 +- code/game/objects/items/weapons/grenades/spawnergrenade.dm | 2 +- code/modules/reagents/chemistry/reagents/alcohol.dm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 5fd9f22fe4a..d2d56fa9f3b 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -232,7 +232,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/jobspecific/cat_grenade name = "Feral Cat Delivery Grenade" - desc = "The feral cat delivery grenade contains 8 dehydrated feral cats in a similar manner to dehydrated monkeys, which, upon detonation, will be rehydrated by a small reservoir of water contained within the grenade. These cats will then attack anything in sight." + desc = "The feral cat delivery grenade contains 5 dehydrated feral cats in a similar manner to dehydrated monkeys, which, upon detonation, will be rehydrated by a small reservoir of water contained within the grenade. These cats will then attack anything in sight." item = /obj/item/grenade/spawnergrenade/feral_cats reference = "CCLG" cost = 4 diff --git a/code/game/objects/items/weapons/grenades/spawnergrenade.dm b/code/game/objects/items/weapons/grenades/spawnergrenade.dm index c6ad0825311..dacbffa1a85 100644 --- a/code/game/objects/items/weapons/grenades/spawnergrenade.dm +++ b/code/game/objects/items/weapons/grenades/spawnergrenade.dm @@ -45,7 +45,7 @@ /obj/item/grenade/spawnergrenade/feral_cats name = "feral cat delivery grenade" - desc = "This grenade contains 8 dehydrated feral cats in a similar manner to dehydrated monkeys, which, upon detonation, will be rehydrated by a small reservoir of water contained within the grenade. These cats will then attack anything in sight." + desc = "This grenade contains 5 dehydrated feral cats in a similar manner to dehydrated monkeys, which, upon detonation, will be rehydrated by a small reservoir of water contained within the grenade. These cats will then attack anything in sight." spawner_type = /mob/living/simple_animal/hostile/feral_cat deliveryamt = 5 origin_tech = "materials=3;magnets=4;syndicate=3" diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 9a74b155e52..1482c4ce37a 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -396,13 +396,13 @@ /datum/reagent/consumable/ethanol/booger name = "Booger" id = "booger" - description = "Ewww..." + description = "Eww..." reagent_state = LIQUID color = "#A68310" // rgb: 166, 131, 16 alcohol_perc = 0.2 drink_icon = "booger" drink_name = "Booger" - drink_desc = "Ewww..." + drink_desc = "Eww..." taste_message = "sweet alcohol" /datum/reagent/consumable/ethanol/bloody_mary