Final whispers will use the Elipses proc for extra tension.

The Elipses proc got a new argument which disables replacing words with ..., and instead just adds them.
This commit is contained in:
Giacomand
2014-01-08 18:50:38 +00:00
parent 7551dd38a8
commit ddb52452a1
2 changed files with 5 additions and 3 deletions
@@ -51,6 +51,7 @@
// If we cut our message short, abruptly end it with a-..
var/message_len = length(message)
message = copytext(message, 1, health_diff) + "[message_len > health_diff ? "-.." : "..."]"
message = Ellipsis(message, 10, 1)
whispers = "whispers in their final breath"
var/italics = 1