share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 12340 f706ca71aa86
parent 12321 1be56fa243c8
child 12703 6726d5edfdfb
equal deleted inserted replaced
12339:ae699a0b054b 12340:f706ca71aa86
   259                 end
   259                 end
   260 
   260 
   261 			end
   261 			end
   262 		end
   262 		end
   263 
   263 
   264         PlaySound(sndShotgunReload);
       
   265         if dspl and ammolist ~= '' then
   264         if dspl and ammolist ~= '' then
       
   265             PlaySound(sndShotgunReload);
   266             AddCaption(ammolist, color, capgrpAmmoinfo)
   266             AddCaption(ammolist, color, capgrpAmmoinfo)
   267         end
   267         end
   268 	end
   268 	end
   269 
   269 
   270 end
   270 end