mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 05:23:31 +00:00
Adds missing changelog icon to the client pre-fetch.
This commit is contained in:
@@ -347,9 +347,9 @@ var/list/turret_icons
|
|||||||
|
|
||||||
/obj/machinery/porta_turret/proc/take_damage(var/force)
|
/obj/machinery/porta_turret/proc/take_damage(var/force)
|
||||||
if(!raised && !raising)
|
if(!raised && !raising)
|
||||||
if(force < 10)
|
|
||||||
return
|
|
||||||
force = force / 8
|
force = force / 8
|
||||||
|
if(force < 5)
|
||||||
|
return
|
||||||
|
|
||||||
health -= force
|
health -= force
|
||||||
if (force > 5 && prob(45))
|
if (force > 5 && prob(45))
|
||||||
@@ -361,9 +361,6 @@ var/list/turret_icons
|
|||||||
if(Proj.damage_type == HALLOSS)
|
if(Proj.damage_type == HALLOSS)
|
||||||
return
|
return
|
||||||
|
|
||||||
if(!raised && !raising)
|
|
||||||
return
|
|
||||||
|
|
||||||
if(enabled)
|
if(enabled)
|
||||||
if(!attacked && !emagged)
|
if(!attacked && !emagged)
|
||||||
attacked = 1
|
attacked = 1
|
||||||
|
|||||||
@@ -376,6 +376,7 @@
|
|||||||
'html/hard-hat-exclamation.png',
|
'html/hard-hat-exclamation.png',
|
||||||
'html/image-minus.png',
|
'html/image-minus.png',
|
||||||
'html/image-plus.png',
|
'html/image-plus.png',
|
||||||
|
'html/map-pencil.png',
|
||||||
'html/music-minus.png',
|
'html/music-minus.png',
|
||||||
'html/music-plus.png',
|
'html/music-plus.png',
|
||||||
'html/tick-circle.png',
|
'html/tick-circle.png',
|
||||||
|
|||||||
Reference in New Issue
Block a user