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."