Welp, missed a use() for mineral walls, specifically clown ones. Not much else to say really.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5050 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
sieve32@gmail.com
2012-11-13 02:31:56 +00:00
parent 0fc1781139
commit ae3b76879e

View File

@@ -251,6 +251,7 @@
user << "\blue Now adding plating..."
if (do_after(user,40))
if(!src || !S || S.amount < 2) return
S.use(2)
user << "\blue You added the plating!"
var/turf/Tsrc = get_turf(src)
Tsrc.ReplaceWithMineralWall("clown")