Merge pull request #20 from Moltovz/somethingthing

Aka, moltov adds 19241249149 commits to my repo
This commit is contained in:
ArchieBeepBoop
2021-11-15 11:36:39 -03:00
committed by GitHub
10 changed files with 10 additions and 6 deletions
@@ -48,6 +48,7 @@
/obj/effect/decal/cleanable/dirt
name = "dirt"
desc = "Someone should clean that up."
icon = 'icons/effects/dirt.dmi'
icon_state = "dirt"
canSmoothWith = list(/obj/effect/decal/cleanable/dirt, /turf/closed/wall, /obj/structure/falsewall)
smooth = SMOOTH_FALSE
@@ -59,7 +60,7 @@
if(T.tiled_dirt)
smooth = SMOOTH_MORE
icon = 'icons/effects/dirt.dmi'
icon_state = ""
icon_state = "dirt"
queue_smooth(src)
queue_smooth_neighbors(src)