[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[bos-dev] [PATCH] fix the ``big gun turret'' icon



	Please consider the following patch.

units/biggunturret/unit-biggunturret.lua
(unit-biggunturret): Fixed: the proper `Icon' for the unit is
`icon-biggunturret' (was: `icon-gturret'.)

--- units/biggunturret/unit-biggunturret.lua	(revision 9593)
+++ units/biggunturret/unit-biggunturret.lua	(working copy)
@@ -65,7 +65,7 @@
     Image = {"file", "units/biggunturret/gturret.png", "size", {96, 96}},
     Shadow = {"file", "units/biggunturret/gturret_s.png", "size", {96, 96}},
     Animations = "animations-biggunturret",
-    Icon = "icon-gturret",
+    Icon = "icon-biggunturret",
     EnergyValue = 8000,
     MagmaValue = 2000,
     RepairHp = 20,

-- 
FSF associate member #7257