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
+13 -1
View File
@@ -12,6 +12,19 @@
var/health = 10
var/destroyed = 0
/obj/structure/grille/fence/
var/width = 3
health = 50
/obj/structure/grille/fence/New()
if(width > 1)
if(dir in list(EAST, WEST))
bound_width = width * world.icon_size
bound_height = world.icon_size
else
bound_width = world.icon_size
bound_height = width * world.icon_size
/obj/structure/grille/fence/east_west
//width=80
//height=42
@@ -22,7 +35,6 @@
//height=42
icon='icons/fence-ns.dmi'
/obj/structure/grille/Del()
loc = null //garbage collect
+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