Asteroid (floor) is now called... 'asteroid' and not plating

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2483 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-11-04 21:30:19 +00:00
parent 4e042996fb
commit 7b185e6cbf
+2
View File
@@ -288,7 +288,9 @@
var/dug = 0 //0 = has not yet been dug, 1 = has already been dug
/turf/simulated/floor/plating/airless/asteroid/New()
var/proper_name = name
..()
name = proper_name
//if (prob(50))
// seedName = pick(list("1","2","3","4"))
// seedAmt = rand(1,4)