Skip to content

Commit

Permalink
Engagement
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Apr 1, 2024
1 parent 55f7983 commit b1236a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 6 additions & 4 deletions code/modules/zoom/engagement.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

GLOBAL_VAR_INIT(engagement_html, {"<html>
GLOBAL_VAR_INIT(engagement_html, {"
<html>
<head>
<style>
html { margin:px; padding:0px; overflow:hidden; -ms-overflow-style:none; z-index:1 }
html { margin: 0px; padding:0px; overflow:hidden; -ms-overflow-style:none; z-index:1 }
body { overflow:hidden; }
video { position:absolute; left:0px; top:-30px; margin:-5px; padding:0px; overflow:hidden; -ms-overflow-style:none; }
video { position:absolute; left:0px; padding:0px; overflow:hidden; -ms-overflow-style:none; }
</style>

<meta http-equiv="x-ua-compatible" content="IE=edge">
Expand All @@ -14,7 +15,8 @@ GLOBAL_VAR_INIT(engagement_html, {"<html>
<source src="https://mocha.affectedarc07.co.uk/ss.mp4" type="video/mp4">
</video>
</body>
</html>"})
</html>
"})

GLOBAL_PROTECT(engagement_html) // Cant have this being messed with

Expand Down
4 changes: 1 addition & 3 deletions paradise.dme
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
#include "code\__DEFINES\_protection.dm"
#include "code\__DEFINES\_readme.dm"
#include "code\__DEFINES\_spacemandmm.dm"
// SS220 ADDITION START : MODPACK TOGGLING
#include "code\__DEFINES\_ss220.dm"
// SS220 ADDITION END
#include "code\__DEFINES\_tgs_defines.dm"
#include "code\__DEFINES\_tick.dm"
#include "code\__DEFINES\_versions.dm"
Expand Down Expand Up @@ -2876,9 +2874,9 @@
#include "code\modules\world_topic\ping.dm"
#include "code\modules\world_topic\players.dm"
#include "code\modules\world_topic\pr_announce_topic.dm"
#include "code\modules\zoom\engagement.dm"
#include "code\modules\world_topic\queue_status.dm"
#include "code\modules\world_topic\status.dm"
#include "code\modules\zoom\engagement.dm"
#include "interface\interface.dm"
#include "interface\skin.dmf"
// END_INCLUDE
Expand Down

0 comments on commit b1236a8

Please sign in to comment.