diff options
author | orwell96 <orwell@bleipb.de> | 2019-12-18 10:08:03 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2019-12-18 10:08:03 +0100 |
commit | ebf1b10628795e9ab9a59d33df041e4d1747b223 (patch) | |
tree | 2b9caa8e9dd3b85c6e5585c254e6482fbc8c9964 /advtrains_train_subway | |
parent | c15985883c060b1e3ede53e50e1c4538f98923cb (diff) | |
download | basic_trains-MT0.4.tar.gz basic_trains-MT0.4.tar.bz2 basic_trains-MT0.4.zip |
Remove fullbright (H#140)MT0.4
Diffstat (limited to 'advtrains_train_subway')
-rw-r--r-- | advtrains_train_subway/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/advtrains_train_subway/init.lua b/advtrains_train_subway/init.lua index 864fa2f..82601fa 100644 --- a/advtrains_train_subway/init.lua +++ b/advtrains_train_subway/init.lua @@ -76,7 +76,6 @@ 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 |