DIFF

SmallGasCannister.c

class SmallGasCannister extends ItemBase
{
	override bool CanExplodeInFire()
	{
		return true;
	}
}