You can now make plaques from gold. Put a plaque on a wall and engrave an epitaph.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1341 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-04-02 09:59:02 +00:00
parent c8aae35228
commit 6b4ec6abf5
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ TO DO: actually integrate random appearance and player preference save.
set desc = "switches between 1x and custom views"
if(src.view == world.view)
src.view = input("Select view range:", "FUCK YE", 7) in list(1,2,3,4,5,6,7,8,9,10,11,12,13,14)
src.view = input("Select view range:", "FUCK YE", 7) in list(1,2,3,4,5,6,7,8,9,10,11,12,13,14,128)
else
src.view = world.view