summaryrefslogtreecommitdiff
path: root/pilantern.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pilantern.lua')
-rw-r--r--pilantern.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/pilantern.lua b/pilantern.lua
index 386ec94..75de06f 100644
--- a/pilantern.lua
+++ b/pilantern.lua
@@ -37,6 +37,8 @@ minetest.register_entity("celevator:incar_pi_entity",{
text = " IS"
elseif carinfo.flash_fs and os.time()%2 == 0 then
text = " FS"
+ elseif carinfo.flash_blank and os.time()%2 == 0 then
+ text = " "
end
local etex = celevator.pi.generatetexture(text,carinfo.piuparrow,carinfo.pidownarrow,false,true)
self.object:set_properties({textures = {etex}})