Skip to content

Commit

Permalink
Merge pull request #476 from dwasint/storytellers
Browse files Browse the repository at this point in the history
quick war fix
  • Loading branch information
dwasint authored Oct 24, 2023
2 parents 6b7ea73 + d430347 commit d9d059f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/game/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,6 @@
if(!current_turf)
return FALSE

// Syndicate base is loaded in a reserved level. If not reserved, we don't care.
if(!is_reserved_level(current_turf.z))
return FALSE

var/static/list/syndie_typecache = typecacheof(list(
/area/centcom/syndicate_mothership, // syndicate base itself
/area/shuttle/assault_pod, // steel rain
Expand Down

0 comments on commit d9d059f

Please sign in to comment.