
//Possible future SBAR help? Left here as a reminder

actor SBAR_Line : Inventory
{
inventory.amount 1
inventory.maxamount 256
}

actor SBAR_LineA : SBAR_Line{}
actor SBAR_LineB : SBAR_Line{}
actor SBAR_Line2 : SBAR_Line{}
actor SBAR_LineA2 : SBAR_Line{}
actor SBAR_LineB2 : SBAR_Line{}


actor SBAR_LineAmmo0 : Ammo
{
+INVENTORY.IGNORESKILL
inventory.amount 1
inventory.maxamount 1
}
actor SBAR_LineAmmo1 : Ammo {+INVENTORY.IGNORESKILL inventory.amount 1 inventory.maxamount 1}
actor SBAR_LineAmmo2 : Ammo {+INVENTORY.IGNORESKILL inventory.amount 1 inventory.maxamount 1}