Skip to content

Commit

Permalink
fixes some other ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Jun 25, 2024
1 parent 51d8415 commit 700f2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/obj/structure/flora/fantasy_tree/stump
name = "stump"
desc = "This represents our promise to the elves, and the world itself. To cut down as many trees as possible."
icon_state = "tree_stump"
icon_state = "tree_1_stump"
density = FALSE
delete_on_harvest = TRUE
seethrough = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

/datum/component/turf_farm/Destroy(force)
UnregisterSignal(turf_parent, list(COMSIG_ATOM_ATTACKBY, COMSIG_ATOM_EXAMINE, COMSIG_QDELETING))
UnregisterSignal(tracked_farm, COMSIG_QDELETING)
if(tracked_farm)
UnregisterSignal(tracked_farm, COMSIG_QDELETING)
QDEL_NULL(tracked_farm)
turf_parent = null
return ..()
Expand Down

0 comments on commit 700f2c0

Please sign in to comment.