Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cast: Bullshit rocks BE GONE IN ACID. #7199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions code/game/objects/structures/props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@
icon_state = "boulder1"
desc = "A large rock. It's not cooking anything."
icon = 'icons/obj/structures/props/dam.dmi'
unslashable = TRUE
unacidable = TRUE
/obj/structure/prop/dam/boulder/boulder1
icon_state = "boulder1"
/obj/structure/prop/dam/boulder/boulder2
Expand All @@ -218,8 +216,6 @@
icon = 'icons/obj/structures/props/boulder_large.dmi'
bound_height = 64
bound_width = 64
unslashable = TRUE
unacidable = TRUE
/obj/structure/prop/dam/large_boulder/boulder1
icon_state = "boulder_large1"
/obj/structure/prop/dam/large_boulder/boulder2
Expand Down
Loading