Merge pull request #13846 from VOREStation/aggressive-graffiti

we don't need to see your hate speech
This commit is contained in:
Casey
2022-10-09 22:57:40 -04:00
committed by GitHub
+3 -3
View File
@@ -98,10 +98,10 @@
new /obj/effect/decal/cleanable/crayon(target,colour,shadeColour,drawtype)
to_chat(user, "You finish drawing.")
var/msg = "[user.client.key] ([user]) has drawn [drawtype] (with [src]) at [target.x],[target.y],[target.z]."
if(config.log_graffiti)
var/msg = "[user.client.key] ([user]) has drawn [drawtype] (with [src]) at [target.x],[target.y],[target.z]."
message_admins(msg)
log_game(msg)
log_game(msg) //We will log it anyways.
target.add_fingerprint(user) // Adds their fingerprints to the floor the crayon is drawn on.
if(uses)
@@ -211,4 +211,4 @@
..()
/obj/item/weapon/pen/crayon/attack_self(var/mob/user)
return
return