summaryrefslogtreecommitdiff
path: root/drive_null.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-04-14 15:55:08 -0500
committercheapie <no-email-for-you@example.com>2024-04-14 15:55:08 -0500
commit6152a079ab1c7583da32b71c7236cd079fe2810b (patch)
tree4986986b5f60741a646d01c3e1435a7bb510bd57 /drive_null.lua
parent8fc57f0535946351de94066e71b02b16b2c81bf9 (diff)
downloadcelevator-6152a079ab1c7583da32b71c7236cd079fe2810b.tar
celevator-6152a079ab1c7583da32b71c7236cd079fe2810b.tar.gz
celevator-6152a079ab1c7583da32b71c7236cd079fe2810b.tar.bz2
celevator-6152a079ab1c7583da32b71c7236cd079fe2810b.tar.xz
celevator-6152a079ab1c7583da32b71c7236cd079fe2810b.zip
Add floor passing beep
Diffstat (limited to 'drive_null.lua')
-rw-r--r--drive_null.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/drive_null.lua b/drive_null.lua
index db4e394..1a98970 100644
--- a/drive_null.lua
+++ b/drive_null.lua
@@ -234,3 +234,7 @@ end
function celevator.drives.null.updatecopformspec()
--No car means no COP
end
+
+function celevator.drives.null.pibeep()
+ --No car means no PI, no PI means no beep
+end