Skip to content

Commit

Permalink
Update clown_items.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDratutiHyDa authored Jan 10, 2025
1 parent a3838c1 commit f1ee209
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/items/weapons/clown_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,11 @@
else if(istype(target,/obj/effect/decal/cleanable))
to_chat(user, "<span class='notice'>You scrub \the [target.name] out.</span>")
qdel(target)
else
if(target.fingerprints)
target.fingerprints = null
else
if(target.suit_fibers)
target.suit_fibers = null
target.clean_blood()
else
to_chat(user, "<span class='notice'>You FULLY clean \the [target.name].</span>")
return

Expand Down

0 comments on commit f1ee209

Please sign in to comment.