Adds and Changes
Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
void main()
|
||||
{
|
||||
string sTag = GetLocalString(OBJECT_SELF,"Mods");
|
||||
SetLocalString(OBJECT_SELF,"Mods",LDSetTag(sTag,TagEncode(35),2));
|
||||
SetLocalString(OBJECT_SELF,"Mods",SetTag(sTag,TagEncode(35),2));
|
||||
SetLocalInt(OBJECT_SELF,"Visual",TRUE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user