This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var prof_trig; | |
| var war_type = [7, 31]; | |
| var attack_reg = [19309]; | |
| var defend_reg = [19302, 19301, 19308, 19310]; | |
| var Law_URLs = new Array; | |
| var i = 0; | |
| for (; i < war_type["length"]; i++) { | |
| var j = 0; | |
| for (; j < attack_reg["length"]; j++) { | |
| var k = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-moz-document domain(rivalregions.com) { | |
| .tran_chat { | |
| display: block; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| code/modules/projectiles/gun.dm, line 932, column 31: | |
| error: /obj/item/weapon/gun/proc/Fire sets SpacemanDMM_should_not_sleep but calls blocking built-in(s) | |
| - 933:2: SpacemanDMM_should_not_sleep set here | |
| - 1059:4: sleep() called here | |
| code/modules/projectiles/gun.dm, line 932, column 31: | |
| error: /obj/item/weapon/gun/proc/Fire sets SpacemanDMM_should_not_sleep but calls blocking proc /obj/item/weapon/gun/proc/Fire | |
| - 933:2: SpacemanDMM_should_not_sleep set here | |
| - 999:9: /obj/item/weapon/gun/proc/Fire() called here | |
| - 1059:4: sleep() called here |
OlderNewer