Fixes subcategories of floor tiles not being placable

This commit is contained in:
Hubblenaut
2015-12-10 16:26:21 +01:00
parent eaab614221
commit 5baf93722a
3 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
var/amount = 1
var/max_amount //also see stack recipes initialisation, param "max_res_amount" must be equal to this max_amount
var/stacktype //determines whether different stack types can merge
var/build_type = null //used when directly applied to a turf
var/uses_charge = 0
var/list/charge_costs = null
var/list/datum/matter_synth/synths = null