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 ca538fa commit 56c205f
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 @@ -92,7 +92,6 @@
target.clean_blood()
return


/obj/item/weapon/reagent_containers/food/snacks/soap/syndie/afterattack(atom/target, mob/user, proximity, params)
if(!proximity || ishuman(target)) return
// I couldn't feasibly fix the overlay bugs caused by cleaning items we are wearing.
Expand All @@ -112,8 +111,6 @@
target.desc += "\nSomeone cleaned it up to a shine..."
return



/obj/item/weapon/reagent_containers/food/snacks/soap/attack(mob/target, mob/user, def_zone)
if(user.a_intent == INTENT_HARM)
..()
Expand Down

0 comments on commit 56c205f

Please sign in to comment.