Update subsystems.dm

This commit is contained in:
silicons
2020-07-20 15:55:41 -07:00
committed by GitHub
parent 6ac765eca5
commit 944a91e44d
+2 -2
View File
@@ -152,11 +152,11 @@
var/list/po = A.priority_overlays;\
if(LAZYLEN(rm)){\
A.overlays -= rm;\
rm = null;\
A.remove_overlays = null;\
}\
if(LAZYLEN(ad)){\
A.overlays |= ad;\
ad = null;\
A.add_overlays = null;\
}\
if(LAZYLEN(po)){\
A.overlays |= po;\