mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
Removed No Trade From Officer Stims
This commit is contained in:
@@ -59,14 +59,4 @@ messageHandler cleanUp()
|
||||
}
|
||||
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
|
||||
trigger OnTransferred(obj_id sourceContainer, obj_id destContainer, obj_id transferer)
|
||||
{
|
||||
if(!hasScript(self, "item.special.nomove") && isPlayer(transferer) )
|
||||
{
|
||||
attachScript(self, "item.special.nomove");
|
||||
}
|
||||
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
Reference in New Issue
Block a user