mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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)
|
||||
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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user