Skip to content

Commit

Permalink
runtime fix
Browse files Browse the repository at this point in the history
This reverts commit df859e8.

turn's off droppod till it will be fixed
  • Loading branch information
ImJustKisik committed Oct 9, 2024
1 parent 13aef7e commit 1ce7ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
var/list/list/_signal_procs

/// Used to avoid unnecessary refstring creation in Destroy().
var/tmp/has_state_machine = FALSE
var/has_state_machine = FALSE

//[/SIERRA-ADD]
// Default implementation of clean-up code.
Expand Down
2 changes: 1 addition & 1 deletion code/game/turfs/simulated/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
clear_bulletholes()
. = ..(newtype, tell_universe, force_lighting_update, keep_air)
var/turf/new_turf = .
for (var/turf/simulated/wall/W as anything in RANGE_TURFS(new_turf, 1))
for (var/turf/simulated/wall/W in RANGE_TURFS(new_turf, 1))
if (W == src)
continue
W.update_connections()
Expand Down

0 comments on commit 1ce7ed6

Please sign in to comment.