Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
#include "ld_forge"
|
|
|
|
void main()
|
|
{
|
|
string sTag = GetLocalString(OBJECT_SELF,"Mods");
|
|
SetLocalString(OBJECT_SELF,"Mods",SetTag(sTag,TagEncode(35),2));
|
|
SetLocalInt(OBJECT_SELF,"Visual",TRUE);
|
|
}
|