Merge pull request #5985 from Fox-McCloud/wall-rot

Wall Rot Effect Refactor
This commit is contained in:
Crazy Lemon
2016-12-21 17:43:45 -08:00
committed by GitHub
4 changed files with 30 additions and 29 deletions
+14
View File
@@ -97,3 +97,17 @@
icon = 'icons/effects/effects.dmi'
icon_state = "admin"
layer = 4.1
/obj/effect/overlay/wall_rot
name = "Wallrot"
desc = "Ick..."
icon = 'icons/effects/wallrot.dmi'
anchored = 1
density = 1
layer = 5
mouse_opacity = 0
/obj/effect/overlay/wall_rot/New()
..()
pixel_x += rand(-10, 10)
pixel_y += rand(-10, 10)