mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Makes belly overlays not apply on clientless mobs
This happening with each process cycle on every npc simplemob someone might be holding probably isn't all too healthy for performance.
This commit is contained in:
@@ -244,6 +244,8 @@
|
||||
/obj/belly/proc/vore_fx(mob/living/L)
|
||||
if(!istype(L))
|
||||
return
|
||||
if(!L.client)
|
||||
return
|
||||
if(!L.show_vore_fx)
|
||||
L.clear_fullscreen("belly")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user