Files
WaterpigandGitHub 7692e96065 Actually fixes the cobweb check holy shit (#3011)
Let it be known that maybe one should test with the actual ruin instead
of relying on CI tripping on it

Also shark merged my PR without checking CI point and laugh
2025-01-25 22:46:08 +01:00

12 lines
535 B
Plaintext

/obj/effect/decal/cleanable/cobweb/NeverShouldHaveComeHere(turf/here_turf)
var/area/cobweb_area = get_area(here_turf)
return (isgroundlessturf(here_turf) && (istype(cobweb_area, /area/template_noop) || istype(cobweb_area, /area/space))) && ..()
/obj/effect/decal/cleanable/cum
icon = 'modular_zubbers/icons/effects/decals/cum.dmi'
random_icon_states = list("cum_1", "cum_2", "cum_3")
/obj/effect/decal/cleanable/cum/femcum
icon = 'modular_zubbers/icons/effects/decals/cum.dmi'
random_icon_states = list("femcum_1", "femcum_2")