Resolves Issue 404

-You can no longer skip the lattice requirement when building plating

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4305 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-08-03 18:49:54 +00:00
parent 293b9fbd33
commit 14790ea07f
+2
View File
@@ -121,6 +121,7 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \
src.pixel_y = rand(1, 14)
return
/*
/obj/item/stack/tile/plasteel/attack_self(mob/user as mob)
if (usr.stat)
return
@@ -135,6 +136,7 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \
src.add_fingerprint(user)
use(1)
return
*/
/obj/item/stack/tile/plasteel/proc/build(turf/S as turf)
S.ReplaceWithPlating()