Skip to content

Commit

Permalink
Update modular_splurt/code/game/objects/effects/decals/cleanable/lewd…
Browse files Browse the repository at this point in the history
…_decals.dm

Co-authored-by: BongaTheProto <[email protected]>
  • Loading branch information
ariaworld and MosleyTheMalO authored Nov 22, 2023
1 parent fa51e15 commit 315caa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
random_icon_states = list("milk1", "milk2", "milk3", "milk4")

/obj/effect/decal/cleanable/milk/New()
..()
. = ..()
dir = pick(1,2,4,8)
add_blood_DNA(list("Non-human DNA" = "A+"))

Expand Down

0 comments on commit 315caa0

Please sign in to comment.