I’ve written stuff all over my base using survival marker to mark stashes, rooms, etc. But now its really annoying me, the ground marked by survival marker shows up in red and it doesn’t go away. Is there any option of wiping the graffiti off the ground? using mop doesn’t help. I guess placing carpet on that area should work, but I haven’t tried it yet.
That does erase the graffiti written on the floor but the floor still shows up in red. I don’t have any problem with the writing but the red highlighted floor looks like I’ve placed some crappy carpet on it.
Yep. EditorRUS is right, the mop doesn’t do it. If the player mops the tile he’s standing on the following message is displayed:
“You mop yourself up.”
“The universe implodes and reforms around you.”
But the graffiti is stays there.
And trying to mop the graffiti on an adjacent tile gives the “There’s nothing to mop there.” message.
I guess the graffiti is not moppable since its not considered a spill. Currently, only spills like blood splatter or spilled water can be mopped. Spraying graffiti using spray can or writing using permanent marker doesn’t make any difference.
add_msg(_("You mop up the spill."));
I think its a bug, and if it is, then it should be fixed.
No, that doesn’t work. Spilling water (or any other stuff) in the said tile and then mopping up that tile mops up the spill but the graffiti stays there. In short, the writing’s still there and the floor is still highlighted red. I guess, its becoming apparent that its a bug or more accurately a missing feature (just like we lack the feature to destroy items gained from debug menu or otherwise).
You don’t lack that feature. You can delete items using lua commands. Use map:i_clear(player:pos()) while standing on a pile of stuff to delete it all.