Skip to content

Commit

Permalink
Tighter reactor, more flanks, makes colony vehicle props acidable
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Jul 24, 2023
1 parent 7be473d commit 9c8d936
Show file tree
Hide file tree
Showing 2 changed files with 807 additions and 304 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@
icon_state = "van"
bound_height = 64
bound_width = 64
unslashable = TRUE
unacidable = TRUE
unslashable = FALSE
unacidable = FALSE

/obj/structure/prop/vehicles/crawler
name = "colony crawler"
Expand Down
Loading

0 comments on commit 9c8d936

Please sign in to comment.