Adds two missing pooling instances and corrects broken grilles health status.

This commit is contained in:
PsiOmega
2015-05-02 21:46:30 +02:00
parent 632ef4dd86
commit 46ad005b50
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -228,8 +228,8 @@
density = 0
New()
..()
health -= rand(initial(health)*0.8, initial(health)*0.9) //Largely under broken threshold, this is used to adjust the health, NOT to break it
healthcheck() //Send this to healthcheck just in case we want to do something else with it
health = rand(-5, -1) //In the destroyed but not utterly threshold.
healthcheck() //Send this to healthcheck just in case we want to do something else with it.
/obj/structure/grille/cult
name = "cult grille"
+1 -1
View File
@@ -61,7 +61,7 @@
var/obj/item/weapon/weldingtool/WT = C
if(WT.remove_fuel(0, user))
user << "\blue Slicing lattice joints ..."
new /obj/item/stack/rods(src.loc)
PoolOrNew(/obj/item/stack/rods, src.loc)
qdel(src)
return