mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Fixes Advanced Graffiti spawning additional invisible "rune" decals that show up on photos. (#34757)
This commit is contained in:
@@ -191,6 +191,7 @@ var/global/list/all_graffitis = list(
|
||||
var/datum/custom_painting/advanced_graffiti = new(the_turf, 32, 32, base_color = "#00000000")
|
||||
the_turf.advanced_graffiti = advanced_graffiti
|
||||
the_turf.advanced_graffiti.interact(user, p)
|
||||
return
|
||||
|
||||
if(!user.Adjacent(target))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user