diff --git a/code/modules/antagonists/heretic/heretic_knowledge.dm b/code/modules/antagonists/heretic/heretic_knowledge.dm index a885c24a6a4..0c30a2361b0 100644 --- a/code/modules/antagonists/heretic/heretic_knowledge.dm +++ b/code/modules/antagonists/heretic/heretic_knowledge.dm @@ -541,7 +541,7 @@ animate(summoned, 10 SECONDS, alpha = 155) message_admins("A [summoned.name] is being summoned by [ADMIN_LOOKUPFLW(user)] in [ADMIN_COORDJMP(summoned)].") - var/list/mob/dead/observer/candidates = poll_candidates_for_mob("Do you want to play as a [summoned.real_name]?", ROLE_HERETIC, FALSE, 10 SECONDS, summoned, poll_ignore_define) + var/list/mob/dead/observer/candidates = poll_candidates_for_mob("Do you want to play as a [summoned.name]?", ROLE_HERETIC, FALSE, 10 SECONDS, summoned, poll_ignore_define) if(!LAZYLEN(candidates)) loc.balloon_alert(user, "ritual failed, no ghosts!") animate(summoned, 0.5 SECONDS, alpha = 0) diff --git a/code/modules/mob/living/basic/heretic/ash_spirit.dm b/code/modules/mob/living/basic/heretic/ash_spirit.dm index b2d4d8b4d29..d12ad5eb8d1 100644 --- a/code/modules/mob/living/basic/heretic/ash_spirit.dm +++ b/code/modules/mob/living/basic/heretic/ash_spirit.dm @@ -2,7 +2,7 @@ * Player-only mob which is fast, can jaunt a short distance, and is dangerous at close range */ /mob/living/basic/heretic_summon/ash_spirit - name = "Ash Spirit" + name = "\improper Ash Spirit" real_name = "Ashy" desc = "A manifestation of ash, trailing a perpetual cloud of short-lived cinders." icon_state = "ash_walker" diff --git a/code/modules/mob/living/basic/heretic/fire_shark.dm b/code/modules/mob/living/basic/heretic/fire_shark.dm index ac1f1cc6970..5a1f173a89b 100644 --- a/code/modules/mob/living/basic/heretic/fire_shark.dm +++ b/code/modules/mob/living/basic/heretic/fire_shark.dm @@ -1,5 +1,6 @@ /mob/living/basic/heretic_summon/fire_shark - name = "fire shark" + name = "\improper Fire Shark" + real_name = "Fire Shark" desc = "It is a eldritch dwarf space shark, also known as a fire shark." icon_state = "fire_shark" icon_living = "fire_shark" diff --git a/code/modules/mob/living/basic/heretic/flesh_stalker.dm b/code/modules/mob/living/basic/heretic/flesh_stalker.dm index 6f31b3ce7c5..00fecd2f608 100644 --- a/code/modules/mob/living/basic/heretic/flesh_stalker.dm +++ b/code/modules/mob/living/basic/heretic/flesh_stalker.dm @@ -1,6 +1,6 @@ /// Durable ambush mob with an EMP ability /mob/living/basic/heretic_summon/stalker - name = "Flesh Stalker" + name = "\improper Flesh Stalker" real_name = "Flesh Stalker" desc = "An abomination cobbled together from varied remains. Its appearance changes slightly every time you blink." icon_state = "stalker" diff --git a/code/modules/mob/living/basic/heretic/maid_in_the_mirror.dm b/code/modules/mob/living/basic/heretic/maid_in_the_mirror.dm index 09765762553..26eaa9d7ebe 100644 --- a/code/modules/mob/living/basic/heretic/maid_in_the_mirror.dm +++ b/code/modules/mob/living/basic/heretic/maid_in_the_mirror.dm @@ -1,6 +1,6 @@ /// Scout and assassin who can appear and disappear from glass surfaces. Damaged by being examined. /mob/living/basic/heretic_summon/maid_in_the_mirror - name = "Maid in the Mirror" + name = "\improper Maid in the Mirror" real_name = "Maid in the Mirror" desc = "A floating and flowing wisp of chilled air. Glancing at it causes it to shimmer slightly." icon = 'icons/mob/simple/mob.dmi' diff --git a/code/modules/mob/living/basic/heretic/raw_prophet.dm b/code/modules/mob/living/basic/heretic/raw_prophet.dm index 1a3b2d1aa92..1b701596095 100644 --- a/code/modules/mob/living/basic/heretic/raw_prophet.dm +++ b/code/modules/mob/living/basic/heretic/raw_prophet.dm @@ -4,7 +4,7 @@ * It can blind people to make a getaway, but also get stronger if it attacks the same target consecutively. */ /mob/living/basic/heretic_summon/raw_prophet - name = "Raw Prophet" + name = "\improper Raw Prophet" real_name = "Raw Prophet" desc = "An abomination stitched together from a few severed arms and one swollen, orphaned eye." icon_state = "raw_prophet" diff --git a/code/modules/mob/living/basic/heretic/rust_walker.dm b/code/modules/mob/living/basic/heretic/rust_walker.dm index 070326c0281..0031ce2388d 100644 --- a/code/modules/mob/living/basic/heretic/rust_walker.dm +++ b/code/modules/mob/living/basic/heretic/rust_walker.dm @@ -1,6 +1,6 @@ /// Pretty simple mob which creates areas of rust and has a rust-creating projectile spell /mob/living/basic/heretic_summon/rust_walker - name = "Rust Walker" + name = "\improper Rust Walker" real_name = "Rusty" desc = "A grinding, clanking construct which leaches life from its surroundings with every armoured step." icon_state = "rust_walker_s" diff --git a/code/modules/mob/living/basic/heretic/star_gazer.dm b/code/modules/mob/living/basic/heretic/star_gazer.dm index b739da0831a..bef9924efe0 100644 --- a/code/modules/mob/living/basic/heretic/star_gazer.dm +++ b/code/modules/mob/living/basic/heretic/star_gazer.dm @@ -1,5 +1,5 @@ /mob/living/basic/heretic_summon/star_gazer - name = "Star Gazer" + name = "\improper Star Gazer" desc = "A creature that has been tasked to watch over the stars." icon = 'icons/mob/nonhuman-player/96x96eldritch_mobs.dmi' icon_state = "star_gazer"