Merge pull request #5451 from deathride58/GIANTSYNCNUMBER2049623045

TG Sync #4985279348672983476
This commit is contained in:
deathride58
2018-02-14 04:11:44 +00:00
committed by GitHub
230 changed files with 2829 additions and 3185 deletions
+1
View File
@@ -24,6 +24,7 @@
//try to find a pre-processed blood-splatter. otherwise, make a new one
var/index = "[REF(icon)]-[icon_state]"
pic = blood_splatter_appearances[index]
if(!pic)
var/icon/blood_splatter_icon = icon(initial(I.icon), initial(I.icon_state), , 1) //we only want to apply blood-splatters to the initial icon_state for each object
blood_splatter_icon.Blend("#fff", ICON_ADD) //fills the icon_state with white (except where it's transparent)