mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user