mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-04 04:15:52 -04:00
Fixed PSGs in factory crate missing stats (credit: Iosnowore)
This commit is contained in:
@@ -66,6 +66,7 @@ public class crafting_base_psg extends script.systems.crafting.crafting_base
|
||||
}
|
||||
public int OnManufactureObject(obj_id self, obj_id player, obj_id newObject, draft_schematic schematic, boolean isPrototype, boolean isRealObject) throws InterruptedException
|
||||
{
|
||||
super.OnManufactureObject(self, player, newObject, schematic, isPrototype, isRealObject);
|
||||
messageTo(newObject, "handleInitializePsg", null, 0.5f, false);
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user