From 07f1b93a2e31702433c0364f8d53e94204452b63 Mon Sep 17 00:00:00 2001 From: Spock Date: Tue, 23 Jan 2024 21:56:35 -0800 Subject: [PATCH] Changes the Hymn of the Engineer description (#4964) --- code/modules/core_implant/cruciform/rituals/path.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/core_implant/cruciform/rituals/path.dm b/code/modules/core_implant/cruciform/rituals/path.dm index de3c54964fa..cb7264b98f9 100644 --- a/code/modules/core_implant/cruciform/rituals/path.dm +++ b/code/modules/core_implant/cruciform/rituals/path.dm @@ -791,8 +791,7 @@ /datum/ritual/cruciform/factorial/mod_litany name = "Hymn of the Engineer" phrase = "Per fidem in Absoluto assequi possumus instrumenta servitii." //"Through faith in the Absolute we can obtain the means of service." - desc = "Creates unique mods or cruciform upgrades. Due to the complexity of the technology, this litany may only be used \ - once every hour. One must still have another perform the rites of installation to upgrade one's cruciform." + desc = "Requests unique mods or cruciform upgrades from the lower levels. To avoid exhausting supplies, this litany may only be used once every hour. One must still have another perform the rites of installation to upgrade one's cruciform." power = 25 //Mainly restricted by its cooldown cooldown = TRUE cooldown_time = 60 MINUTES