mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Removed the TABLEPASS flag.
No longer in use in any of the code. Also changed cases of flags being set to null instead of 0.
This commit is contained in:
@@ -305,7 +305,6 @@ var/list/DummyCache = list()
|
||||
D.flags=initial(D.flags)
|
||||
D.pass_flags=initial(D.pass_flags)
|
||||
if(pass_flags&PASSTABLE)
|
||||
D.flags |= TABLEPASS
|
||||
D.pass_flags |= PASSTABLE
|
||||
|
||||
if(targetturf.density && targetturf != get_turf(target))
|
||||
|
||||
Reference in New Issue
Block a user