mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
holograms now momentarily glitch out when u interact with them (#89689)
## About The Pull Request adds a new visual effect for holograms ,such as holosigns and several holoanimals, where they'll glitch out when walked through, attacked, or when a thrown object passes through them https://github.com/user-attachments/assets/5c18e48e-6ea5-4e57-a7d4-6a9323e317f5 ## Why It's Good For The Game i think its good for the sake of immersion. also, if pai players feel like this might get annoying i have no problems excluding them from this effect. ## Changelog 🆑 add: adds a new glitch-out effect for holograms when they're interacted with /🆑
This commit is contained in:
committed by
Shadow-Quill
parent
995ed5dfb1
commit
adea747fb0
@@ -186,6 +186,10 @@
|
||||
cell_line = NONE
|
||||
regenerate_colour = "#ffffff"
|
||||
|
||||
/mob/living/basic/carp/holographic/Initialize(mapload, mob/tamer)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/holographic_nature)
|
||||
|
||||
/// Holocarp don't eat food
|
||||
/mob/living/basic/carp/holographic/setup_eating()
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user