[MIRROR] Fixes a bunch more cult bugs (#853)
* Fixes a bunch more cult bugs * Resolves .rejs and icons
This commit is contained in:
committed by
Poojawa
parent
b9f42bc3ad
commit
626959d96e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user