Tweak object pool system.

Conflicts:
	code/game/objects/structures/grille.dm
	code/modules/projectiles/projectile/beams.dm
	code/modules/projectiles/projectile/bullets.dm
	code/modules/projectiles/projectile/special.dm
This commit is contained in:
ESwordTheCat
2014-05-03 22:54:09 -04:00
committed by ZomgPonies
parent be355c78c4
commit 532298c725
9 changed files with 31 additions and 101 deletions
+1 -4
View File
@@ -13,10 +13,6 @@
var/destroyed = 0
resetVariables()
destroyed = initial(destroyed)
health = initial(health)
/obj/structure/grille/fence/
var/width = 3
health = 50
@@ -30,6 +26,7 @@
bound_width = world.icon_size
bound_height = width * world.icon_size
/obj/structure/grille/fence/east_west
//width=80
//height=42