From 2a0dfdc70fef799aeb2ecd385640b35644f5a936 Mon Sep 17 00:00:00 2001 From: silvernexus Date: Wed, 18 May 2016 04:50:02 +0000 Subject: [PATCH] Add in-game names to the tile floor arches. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20263 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 6 ++++++ floor/tile.arc | 1 + floor/tile_tan.arc | 1 + floor/tile_white.arc | 1 + 4 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e00e9afaa..20fe78dc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Give the tile floors an in-game name that lacks underscores. +floor/tile.arc +floor/tile_tan.arc +floor/tile_white.arc +Daniel Hawkins 2016-05-18 + Give the dcross and fcross floors a name. Unfortunately, I couldn't come up with anything better then "floor" floor/dcross-red.arc diff --git a/floor/tile.arc b/floor/tile.arc index 494457e74..d15dd6e5d 100644 --- a/floor/tile.arc +++ b/floor/tile.arc @@ -1,4 +1,5 @@ Object tile_floor +name tile floor face tile.111 no_pick 1 is_floor 1 diff --git a/floor/tile_tan.arc b/floor/tile_tan.arc index 6e58136d8..41ea53d3a 100644 --- a/floor/tile_tan.arc +++ b/floor/tile_tan.arc @@ -1,4 +1,5 @@ Object tile_tan_floor +name tan tile floor face tile_tan.111 no_pick 1 is_floor 1 diff --git a/floor/tile_white.arc b/floor/tile_white.arc index 0a15ca237..7428ea39e 100644 --- a/floor/tile_white.arc +++ b/floor/tile_white.arc @@ -1,4 +1,5 @@ Object tile_white_floor +name white tile floor face tile_white.111 no_pick 1 is_floor 1