Banner Fix

Fixes a typo to make thins better-er in English.
This commit is contained in:
skull132
2014-07-08 21:24:58 +03:00
parent c4b7fbcfde
commit 050d845f77
+1 -1
View File
@@ -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."