mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fixes AI not getting creampie face decals (#90762)
## About The Pull Request Closes #90749 ## Changelog 🆑 fix: Fixed AI not getting creampie face decals /🆑
This commit is contained in:
@@ -132,7 +132,7 @@ GLOBAL_LIST_INIT(splattable, zebra_typecacheof(list(
|
||||
src.mood_event_type = mood_event_type
|
||||
|
||||
/datum/component/face_decal/splat/get_normal_overlay()
|
||||
return mutable_appearance('icons/mob/effects/face_decal.dmi', "[icon_state]_[GLOB.splattable[type]]")
|
||||
return mutable_appearance('icons/mob/effects/face_decal.dmi', "[icon_state]_[is_type_in_list(parent, GLOB.splattable, zebra = TRUE)]")
|
||||
|
||||
/datum/component/face_decal/splat/RegisterWithParent()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user