Add header to draft roars.

staging
multiple creatures 2019-05-06 01:12:36 -05:00
parent db6ae92c09
commit 2f23d34e36
1 changed files with 2 additions and 1 deletions

View File

@ -390,7 +390,8 @@ class Bangtags
status.sharekey = SecureRandom.urlsafe_base64(32)
end
when 'draft'
@chunks << chunk
chunk = nil
@chunks.insert(0, "[center]`#!draft!#`[/center]\n") unless @chunks.first.include?('#!draft')
status.visibility = :direct
@vore_stack.push('_draft')
@component_stack.push(:var)