Graffiti now have fingerprints

This commit is contained in:
TullyBurnalot
2017-01-12 19:54:36 +00:00
parent 87620e4347
commit cb4674fb78
+2 -1
View File
@@ -87,7 +87,8 @@
temp = "graffiti"
to_chat(user, "You start drawing a [temp] on the [target.name].")
if(instant || do_after(user, 50, target = target))
new /obj/effect/decal/cleanable/crayon(target,colour,drawtype,temp)
var/obj/effect/decal/cleanable/crayon/C = new /obj/effect/decal/cleanable/crayon(target,colour,drawtype,temp)
C.add_fingerprint(user)
to_chat(user, "You finish drawing [temp].")
if(uses)
uses--