Skip to content

Commit fe583a6

Browse files
committed
Revert "Revert "Merge branch 'MSR-Alpha' into MSR-Scripts""
This reverts commit c8e5189.
1 parent 01e7de4 commit fe583a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

scripts/beta_date.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
const BETA_TIMESTAMP "RELEASE: Sun 11/20/2022 20:34:55.24"
2+
const BETA_TIMESTAMP "RELEASE: Sun 11/20/2022 21:19:47.72"
33
}

scripts/items/proj_web.script

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646

4747
{ game_projectile_hitnpc
4848
if ( $get(PARAM1,isplayer) ) local L_PVP game.pvp
49-
if L_PVP
49+
if ( $get(ent_expowner,isplayer) )
50+
{
51+
if ( !L_PVP ) exitevent
52+
}
53+
5054
if $get(ent_expowner,relationship,PARAM1) equals enemy
5155
if !$get(PARAM1,scriptvar,'COCOON_ATTACHED')
5256
local L_DOT -1

0 commit comments

Comments
 (0)