Wall Rot Effect Refactor

This commit is contained in:
Fox-McCloud
2016-12-14 13:12:10 -05:00
parent 7001b653b7
commit 4b1bfe33ff
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)