summaryrefslogtreecommitdiff
path: root/car.lua
diff options
context:
space:
mode:
Diffstat (limited to 'car.lua')
-rw-r--r--car.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/car.lua b/car.lua
index 1395d9d..6c75848 100644
--- a/car.lua
+++ b/car.lua
@@ -198,6 +198,9 @@ function celevator.car.register(name,defs,size)
if def._pi then
def.groups._celevator_car_spawnspi = 1
end
+ if def._tapehead then
+ def.groups._celevator_car_spawnstapehead = 1
+ end
if def._position == "000" then
def.groups._celevator_car_root = 1
def._root = true