diff options
Diffstat (limited to 'client/map/tiles/counter.gd')
-rw-r--r-- | client/map/tiles/counter.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/tiles/counter.gd b/client/map/tiles/counter.gd index 83a33937..bd16c7a3 100644 --- a/client/map/tiles/counter.gd +++ b/client/map/tiles/counter.gd @@ -14,7 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # class_name Counter -extends FullTile +extends Floor const COUNTERS: Array = [ "counter", |