Adds missing changelog icon to the client pre-fetch.

This commit is contained in:
PsiOmegaDelta
2015-06-30 15:09:33 +02:00
parent b7bdd4b583
commit a76c915e2e
2 changed files with 3 additions and 5 deletions

View File

@@ -347,9 +347,9 @@ var/list/turret_icons
/obj/machinery/porta_turret/proc/take_damage(var/force)
if(!raised && !raising)
if(force < 10)
return
force = force / 8
if(force < 5)
return
health -= force
if (force > 5 && prob(45))
@@ -361,9 +361,6 @@ var/list/turret_icons
if(Proj.damage_type == HALLOSS)
return
if(!raised && !raising)
return
if(enabled)
if(!attacked && !emagged)
attacked = 1

View File

@@ -376,6 +376,7 @@
'html/hard-hat-exclamation.png',
'html/image-minus.png',
'html/image-plus.png',
'html/map-pencil.png',
'html/music-minus.png',
'html/music-plus.png',
'html/tick-circle.png',