mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
Fixed issue with Tusken Raiders that broke when their 'social zone' was breached.
This commit is contained in:
Regular → Executable
+3
-1
@@ -93,7 +93,9 @@ public class tusken_raider extends script.base_script
|
||||
{
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
addTriggerVolumeEventSource(SOCIAL_VOLUME, breacher);
|
||||
if(hasTriggerVolume(self, SOCIAL_VOLUME)) {
|
||||
addTriggerVolumeEventSource(SOCIAL_VOLUME, breacher);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user