Grille complete pooling.

This commit is contained in:
ESwordTheCat
2014-04-19 19:42:55 -04:00
committed by ZomgPonies
parent 424df5eaf7
commit 907971e8ab
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
if (!do_after(usr, 10))
return
var /obj/structure/grille/Grille = getFromPool(/obj/structure/grille)
Grille.loc = loc
Grille.loc = usr.loc
usr << "\blue You assemble a grille"
Grille.add_fingerprint(usr)
use(2)