mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
[NO GBP] Blood no longer gets colored with the item its attached to (#88806)
## About The Pull Request Closes #88804 ## Changelog 🆑 fix: Blood no longer gets colored with the item its attached to /🆑
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
var/icon/icon_for_size = icon(icon, icon_state)
|
||||
var/scale_factor_x = icon_for_size.Width()/ICON_SIZE_X
|
||||
var/scale_factor_y = icon_for_size.Height()/ICON_SIZE_Y
|
||||
var/mutable_appearance/blood_splatter = mutable_appearance('icons/effects/blood.dmi', "itemblood", appearance_flags = RESET_COLOR) //MA of the blood that we apply
|
||||
var/mutable_appearance/blood_splatter = mutable_appearance('icons/effects/blood.dmi', "itemblood", appearance_flags = KEEP_APART|RESET_COLOR) //MA of the blood that we apply
|
||||
blood_splatter.transform = blood_splatter.transform.Scale(scale_factor_x, scale_factor_y)
|
||||
blood_splatter.blend_mode = BLEND_INSET_OVERLAY
|
||||
blood_splatter.color = _color
|
||||
|
||||
Reference in New Issue
Block a user