Skip to content

Commit

Permalink
You can now bloodcrawl into/out of tomato smudges (tgstation#86565)
Browse files Browse the repository at this point in the history
## About The Pull Request

This makes tomato smudges on the floor valid for bloodcrawl. Pretty
simple.

## Why It's Good For The Game

Why not? It's funny, and ketchup = fake blood.

## Changelog
:cl:
add: Tomato smudges on the floor are now considered valid to bloodcrawl
into and out of.
/:cl:
  • Loading branch information
Absolucy authored Sep 10, 2024
1 parent 79bf446 commit 1dd4e37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/effects/decals/cleanable/food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
icon_state = "tomato_floor1"
random_icon_states = list("tomato_floor1", "tomato_floor2", "tomato_floor3")

/obj/effect/decal/cleanable/food/tomato_smudge/can_bloodcrawl_in()
return TRUE // why? why not.

/obj/effect/decal/cleanable/food/plant_smudge
name = "plant smudge"
desc = "Chlorophyll? More like borophyll!"
Expand Down

0 comments on commit 1dd4e37

Please sign in to comment.