From 3d7924c751bc8ca438e4b9bd1cb1f241cc636494 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Tue, 29 May 2018 15:53:34 +0200 Subject: Fix bugs found while testing --- advtrains_train_subway/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'advtrains_train_subway/init.lua') diff --git a/advtrains_train_subway/init.lua b/advtrains_train_subway/init.lua index 4a5f4d7..62bcc41 100644 --- a/advtrains_train_subway/init.lua +++ b/advtrains_train_subway/init.lua @@ -76,6 +76,7 @@ advtrains.register_wagon("subway_wagon", { is_locomotive=true, drops={"default:steelblock 4"}, horn_sound = "advtrains_subway_horn", + glow = -1, --supposed to disable effect of light to texture color, so that the entity always appears as full-bright custom_on_velocity_change = function(self, velocity, old_velocity, dtime) if not velocity or not old_velocity then return end if old_velocity == 0 and velocity > 0 then -- cgit v1.2.3