mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Made ash dirty floors
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
|
||||
/obj/effect/decal/cleanable/ash/attack_hand(mob/user as mob)
|
||||
user << "<span class='notice'>[src] sifts through your fingers.</span>"
|
||||
var/turf/simulated/floor/F = get_turf(src)
|
||||
if (istype(F))
|
||||
F.dirt += 4
|
||||
del(src)
|
||||
|
||||
/obj/effect/decal/cleanable/greenglow
|
||||
|
||||
Reference in New Issue
Block a user