stop this nonsense

This commit is contained in:
SandPoot
2024-01-05 00:28:56 -03:00
parent 05e2cc0979
commit c7a2565255
487 changed files with 1662 additions and 1662 deletions
+4 -4
View File
@@ -113,17 +113,17 @@
/obj/item/newspaper/proc/notContent(list/L)
if(!L.len)
return 0
return FALSE
for(var/i=L.len;i>0;i--)
var/num = abs(L[i])
if(creationTime <= num)
continue
else
if(L[i] > 0)
return 1
return TRUE
else
return 0
return 0
return FALSE
return FALSE
/obj/item/newspaper/Topic(href, href_list)
var/mob/living/U = usr