From 050d845f777a189554ee0cea9e1cc06abe0965b1 Mon Sep 17 00:00:00 2001 From: skull132 Date: Tue, 8 Jul 2014 21:24:58 +0300 Subject: [PATCH] Banner Fix Fixes a typo to make thins better-er in English. --- code/modules/aurora/banner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/aurora/banner.dm b/code/modules/aurora/banner.dm index 862a5b3d..93bb8f00 100644 --- a/code/modules/aurora/banner.dm +++ b/code/modules/aurora/banner.dm @@ -21,7 +21,7 @@ switch(icon_state) if("banner_down") src.icon_state = "banner_up" - usr << "You scroll the cloth up." + usr << "You roll up the cloth." if("banner_up") src.icon_state = "banner_down" usr << "You let the cloth hang loose."