mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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
12 lines
535 B
Plaintext
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")
|