Merge pull request #646 from ArchieBeepBoop/zlevelstuff

Making the Reebe Smaller (And hopefully less laggy)
This commit is contained in:
Dahlular
2020-11-02 20:54:49 -07:00
committed by GitHub
3 changed files with 54829 additions and 54760 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -381,6 +381,12 @@
i++
return i
/proc/count_occurences_of_value(list/L, val, limit) //special thanks to salmonsnake
. = 0
for (var/i in 1 to limit)
if (L[i] == val)
.++
/proc/find_record(field, value, list/L)
for(var/datum/data/record/R in L)
if(R.fields[field] == value)

View File

@@ -1,4 +1,3 @@
//Yes, they can only be rectangular.
//Yes, I'm sorry.
/datum/turf_reservation