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 8ad704e commit 39d85cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/game/objects/items/weapons/clown_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@
if(user.client && (target in user.client.screen))
to_chat(user, "<span class='notice'>You need to take that [target.name] off before cleaning it.</span>")
else if(istype(target,/obj/effect/decal/cleanable))
to_chat(user, "<span class='notice'>You scrub \the [target.name] out.</span>")
if(target.fingerprints)
target.fingerprints = null
if(target.suit_fibers)
target.suit_fibers = null
target.clean_blood()
to_chat(user, "<span class='notice'>You FULLY clean \the [target.name].</span>")
to_chat(user, "<span class='notice'>You scrub \the [target.name] out.</span>")
if(target.fingerprints)
target.fingerprints = null
if(target.suit_fibers)
target.suit_fibers = null
target.clean_blood()
to_chat(user, "<span class='notice'>You FULLY clean \the [target.name].</span>")
return

/obj/item/weapon/reagent_containers/food/snacks/soap/attack(mob/target, mob/user, def_zone)
Expand Down

0 comments on commit 39d85cf

Please sign in to comment.