mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Merge pull request #11620 from Verkister/patch-84
Makes belly overlays not apply on clientless mobs
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