Make pressure plates non-walkable

This commit is contained in:
Wuzzy 2017-09-11 18:40:34 +02:00
parent b5c89dd2f6
commit b86b83cc58
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
inventory_image = image_i,
wield_image = image_w,
paramtype = "light",
walkable = false,
description = description,
on_timer = pp_on_timer,
on_construct = function(pos)