Clown Planet bugfixes

This commit is contained in:
ZomgPonies
2013-11-21 06:44:37 -05:00
parent 52907cdb23
commit 383b0c6f64
3 changed files with 200 additions and 180 deletions
+4 -4
View File
@@ -177,8 +177,8 @@
if("Plasma")
M = new/turf/simulated/mineral/plasma(src)
M.icon_state = "rock_Plasma[rand(1,3)]"
/*if("Adamantine")
M = new/turf/simulated/mineral/adamantine(src)*/
if("Clown")
M = new/turf/simulated/mineral/clown(src)
if(M)
src = M
M.levelupdate()
@@ -267,8 +267,8 @@
icon_state = "rock_Clown"
mineralName = "Clown"
mineralAmt = 3
spreadChance = 0
spread = 0
spreadChance = 10
spread = 1
/*
commented out in r5061, I left it because of the shroom thingies