Broken morph introduction into proper paragraphs for better readibility, minor description changes

This commit is contained in:
Arkatos1
2019-03-28 00:02:28 +01:00
parent 303f2b31cf
commit df64907f6b
2 changed files with 6 additions and 6 deletions
@@ -182,7 +182,7 @@
used = TRUE
to_chat(user, "<span class='notice'>You break the seal on the bottle, calling upon the dire sludge to awaken...</span>")
var/list/candidates = pollCandidates("Do you want to play as a Morph awakened by [user.real_name]?", ROLE_MORPH, 1, 100)
var/list/candidates = pollCandidates("Do you want to play as a morph awakened by [user.real_name]?", ROLE_MORPH, 1, 100)
if(candidates.len > 0)
var/mob/C = pick(candidates)