Skip to content

Commit

Permalink
Remove: DNA check from milk splash.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaworld committed Nov 22, 2023
1 parent 315caa0 commit a1038c5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
var/obj/effect/decal/cleanable/milk/S = locate() in T
if(!S)
S = new(T)
if(data["blood_DNA"])
S.add_blood_DNA(list(data["blood_DNA"] = data["blood_type"]))

/obj/effect/decal/cleanable/milk
name = "milk"
Expand Down

0 comments on commit a1038c5

Please sign in to comment.