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 98270f2 commit c0ae3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/clown_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
if(!isturf(target.loc))
to_chat(user, "<span class='notice'>You need to take that [target.name] off and get some distance before cleaning it.</span>")
return
if(!istype(target,/obj/effect/decal/cleanable))
else if(!istype(target,/obj/effect/decal/cleanable))

Check failure on line 100 in code/game/objects/items/weapons/clown_items.dm

View workflow job for this annotation

GitHub Actions / DreamChecker

got 'if', expected one of: '(', operator, field access, ':', ';'
to_chat(user, "<span class='notice'>You scrub \the [target.name] out.</span>")
qdel(target)
if(target.fingerprints)
Expand Down

0 comments on commit c0ae3e8

Please sign in to comment.