[MIRROR] Fixes a bunch more cult bugs (#853)

* Fixes a bunch more cult bugs

* Resolves .rejs and icons
This commit is contained in:
CitadelStationBot
2017-05-18 03:21:07 -05:00
committed by Poojawa
parent b9f42bc3ad
commit 626959d96e
10 changed files with 151 additions and 145 deletions
+1 -1
View File
@@ -169,7 +169,7 @@
opentime = 0
/datum/browser/alert/proc/wait()
while (opentime && selectedbutton <= 0 && (!timeout || opentime+timeout >= world.time))
while (opentime && selectedbutton <= 0 && (!timeout || opentime+timeout > world.time))
stoplag()
/datum/browser/alert/Topic(href,href_list)